By: yshkon
Inspect and view changes in Text Highlighter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Text Highlighter",
"version": "1.5.1",
"description": "Highlight custom text on every webpage with customizable colors and matching options",
"browser_specific_settings": {
"gecko": {
"id": "yshkon@yukami.czvonefiveone",
"strict_min_version": "140.0",
"data_collection_permissions": {
"required": [
"none"
]
}
}
},
"permissions": [
"storage",
"activeTab",
"contextMenus",
"tabs",
"<all_urls>"
],
"browser_action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icons/icon-16.svg",
"48": "icons/icon-48.svg",
"128": "icons/icon-128.svg"
}
},
"icons": {
"16": "icons/icon-16.svg",
"48": "icons/icon-48.svg",
"128": "icons/icon-128.svg"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"run_at": "document_end"
}
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
}
} Best Text Highlighter Alternatives
Here are some Firefox add-ons that are similar to Text Highlighter: