Inspect and view changes in TabsToFile source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"description": "Addon to download all Tabs as URL files.",
"manifest_version": 2,
"name": "TabsToFile",
"version": "1.0",
"homepage_url": "https://github.com/Rebel1898",
"browser_action": {
"browser_style": true,
"default_icon": "icons/dibujo.svg",
"default_title": "TabsToFile"
},
"permissions": [
"tabs",
"downloads"
],
"background": {
"scripts": [
"background.js",
"jszip.min.js"
]
},
"browser_specific_settings": {
"gecko": {
"id": "{323ca25d-90cf-4ff1-aaba-f9b3661f25b0}"
}
}
}