By: maxtr
Inspect and view changes in Zoom Position Saver source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Zoom Position Saver",
"version": "1.1.1",
"description": "Save zoom position linked to URLs",
"permissions": [
"activeTab"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"browser_action": {
"default_popup": "popup.html",
"default_icon": {
"16": "images/icon16.png",
"48": "images/icon48.png",
"128": "images/icon128.png"
}
},
"icons": {
"16": "images/icon16.png",
"48": "images/icon48.png",
"128": "images/icon128.png"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "maximtruwant@gmail.com"
}
}
} Best Zoom Position Saver Alternatives
Here are some Firefox add-ons that are similar to Zoom Position Saver: