By: Remi
Inspect and view changes in Target Page Preview source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Target 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": "{f4e2ee74-bfbd-45ae-abe4-a2ca7250940e}",
"strict_min_version": "111.0",
"data_collection_permissions": {
"required": [
"none"
]
}
}
}
} Best Target Page Preview Alternatives
Here are some Firefox add-ons that are similar to Target Page Preview: