Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Jul 19, 2025.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Tab Manager",
"description": "Tab Manager is a powerful extension that empowers users to organize, access, and manage their browser tabs for enhanced productivity",
"version": "2.1",
"action": {
"default_icon": ".\/icons\/256x256.png",
"default_popup": "popup.html"
},
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"background": {
"service_worker": "background.js",
"type": "module"
},
"permissions": [
"storage",
"unlimitedStorage",
"tabs",
"alarms"
],
"icons": {
"16": ".\/icons\/16x16.png",
"32": ".\/icons\/32x32.png",
"48": ".\/icons\/48x48.png",
"64": ".\/icons\/64x64.png",
"96": ".\/icons\/96x96.png",
"128": ".\/icons\/128x128.png",
"256": ".\/icons\/256x256.png"
}
}