By: Go88
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.0",
"description": "Highlight selected text",
"permissions": [
"activeTab"
],
"browser_action": {
"default_icon": {
"16": "icons/16.png",
"48": "icons/48.png",
"128": "icons/128.png"
},
"default_title": "Text Highlighter",
"default_popup": "popup.html"
},
"icons": {
"16": "icons/16.png",
"48": "icons/48.png",
"128": "icons/128.png"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "{3d032c19-3805-496b-8ec9-51f7daea8f44}"
}
}
} Best Text Highlighter Alternatives
Here are some Firefox add-ons that are similar to Text Highlighter: