By: Remi
Inspect and view changes in TPP - Tab Page Preview source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "TPP - Tab Page Preview",
"description": "Show a mini preview of the target page text when hovering over links",
"version": "1.0",
"icons": {
"64": "icons/icon64.png",
"128": "icons/icon128.png"
},
"permissions": [
"tabs",
"<all_urls>"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"run_at": "document_end"
}
],
"browser_specific_settings": {
"gecko": {
"id": "{9f9b64a4-abe0-4744-bb6f-5873cf6eae5e}",
"strict_min_version": "111.0",
"data_collection_permissions": {
"required": [
"none"
]
}
}
}
} Best TPP - Tab Page Preview Alternatives
Here are some Firefox add-ons that are similar to TPP - Tab Page Preview: