Practices of chrome extensions
A tool that parse html head content and render the content in json format in the popup.
- chrome.tabs.query
- chrome.tabs.sendMessage
- chrome.runtime.onMessage
- chrome.tabs.onActivated
- chrome.tabs.onUpdated
A context option to add a filter on the page with blur effect
- chrome.tabs.query
- chrome.tabs.sendMessage
- chrome.runtime.onMessage
- chrome.contextMenus.create
- chrome.contextMenus.onClicked.addListener