Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "background": { "persistent": false, "scripts": [ "js\/jquery.js", "js\/background.js" ] }, "browser_action": { "default_icon": "img\/19x19.png", "default_popup": "popup.html" }, "content_scripts": [ { "all_frames": true, "css": [ "css\/highlight.css" ], "js": [ "js\/jquery.js", "js\/highlighter.js", "js\/content-action.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/*\/*" ] } ], "description": "Search and highlight multiple words on web pages.", "icons": { "19": "img\/19x19.png", "48": "img\/48x48.png", "100": "img\/100x100.png", "128": "img\/128x128.png" }, "manifest_version": 2, "name": "Multi-Highlight Tool", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0" }