By: Xtee
Inspect and view changes in Web Highlighter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Web Highlighter",
"version": "1.0.0",
"description": "Highlight text on any webpage with persistent highlights across refreshes. Choose from 6 different colors. Mobile compatible.",
"permissions": [
"activeTab",
"storage",
"<all_urls>"
],
"browser_specific_settings": {
"gecko": {
"id": "web-highlighter@example.com",
"strict_min_version": "79.0",
"data_collection_permissions": {
"required": [
"none"
]
}
}
},
"author": "Web Highlighter Team",
"homepage_url": "https://github.com/example/web-highlighter",
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"css": [
"highlighter.css"
],
"run_at": "document_end"
}
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"browser_action": {
"default_popup": "popup.html",
"default_title": "Web Highlighter",
"default_icon": {
"16": "icons/icon-16.png",
"32": "icons/icon-32.png",
"48": "icons/icon-48.png",
"128": "icons/icon-128.png"
}
},
"icons": {
"16": "icons/icon-16.png",
"32": "icons/icon-32.png",
"48": "icons/icon-48.png",
"128": "icons/icon-128.png"
}
} Best Web Highlighter Alternatives
Here are some Firefox add-ons that are similar to Web Highlighter: