Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_application_title__",
"short_name": "Highlight This",
"description": "__MSG_application_description__",
"default_locale": "en",
"permissions": [
"tabs",
"contextMenus",
"notifications",
"alarms",
"storage",
"offscreen"
],
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA4qbwro4b0R7cWD43H9p1R\/1zo2bXD92jSfXUG9cK4o\/bPEQMn8jd4Zv8C50vB5r0Xo\/HPFnc8Kb3gPzGs0vVMwiCTAvcANkgUyppUgOCMjdHeYFdHMlVPGKM0sDM9TUuKKgT2EjjZh+utU48H7JsMALLVBuUMFo2xsXj4hGFr44nx5B5TSfBwFCP6M+xI499Owa5wU65I\/qe4HeVV7urF9dy\/s0ttmBJWebTLPTbsF9QnJfCP+L1ewWflfHiVZscUkzW+IxkwGRbpth1yXFuRsJ\/4UZBQtL7mo18lJaoU5qLdthJcwde4MiyvgvcD5ZUeTKXl5fo+vwd3+q\/hX47LQIDAQAB",
"icons": {
"16": "Plugin16.png",
"96": "Plugin96.png"
},
"background": {
"service_worker": "serviceWorker.js",
"type": "module"
},
"commands": {
"ScrollHighlight": {
"suggested_key": {
"default": "Ctrl+Shift+Space",
"mac": "Command+Shift+Space"
},
"description": "ScrollHighlight"
}
},
"version": "6.3.11",
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"tab\/wordsManager.js",
"common.js",
"highlightEngine.js",
"highlightFields.js",
"tabWordHighlighter.js"
],
"css": [
"highlightThis.css"
],
"all_frames": true,
"run_at": "document_start",
"match_about_blank": true
}
],
"action": {
"default_icon": {
"16": "Plugin16.png"
},
"default_title": "Click Me",
"default_popup": "popup.html"
}
}