By: Remi
Inspect and view changes in Preview Link Target source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Preview Link Target",
"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": "{5a115e25-b969-4cb5-9dd6-e9dac05af514}",
"strict_min_version": "111.0",
"data_collection_permissions": {
"required": [
"none"
]
}
}
}
} Best Preview Link Target Alternatives
Here are some Firefox add-ons that are similar to Preview Link Target: