Inspect and view changes in Close Similar Tabs 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
{
"manifest_version": 2,
"name": "Close Similar Tabs",
"author": "Frank Wang",
"version": "1.0.1resigned1",
"applications": {
"gecko": {
"id": "ff-close-similar-tabs.git.webdkt@gmail.com"
}
},
"description": "Close all similar tabs from same host",
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"activeTab",
"menus",
"tabs"
]
}