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",
"name": "Highlighty: Search, Find, Multi Highlight",
"description": "Searching and Multi Highlighting made effortless! It's the most efficient way to find and highlight any text on the web.",
"version": "2.3.6",
"manifest_version": 3,
"action": {
"default_popup": "index.html",
"default_title": "Highlighty"
},
"author": "Webmind Technologies S.R.L",
"options_ui": {
"page": "index.html"
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"background": {
"service_worker": ".\/static\/js\/background.js"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
".\/static\/js\/content.js"
]
}
],
"devtools_page": "index.html",
"permissions": [
"storage",
"unlimitedStorage"
]
}