A tool for managing and organizing tabs
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"name": "Tab Manager",
"version": "1.9.4",
"description": "A tool for managing and organizing tabs",
"permissions": [
"storage",
"tabs"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"browser_action": {
"default_popup": "popup.html",
"default_icon": {
"16": "images/tab_active16.png",
"32": "images/tab_active32.png",
"48": "images/tab_active48.png",
"128": "images/tab_active128.png"
}
},
"icons": {
"16": "images/tab_active16.png",
"32": "images/tab_active32.png",
"48": "images/tab_active48.png",
"128": "images/tab_active128.png"
},
"manifest_version": 2
}