Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Tab Manager",
"version": "1.0.6",
"description": "Tab manager, close & save tabs by a click to save memory. Tab manager can backup tabs, restore tabs. Easy search tab by tab manager.",
"short_name": "Tab Manager",
"permissions": [
"storage",
"downloads",
"tabs",
"activeTab",
"background",
"unlimitedStorage"
],
"action": {
"default_icon": {
"16": "\/images\/img16.png",
"32": "\/images\/img32.png",
"48": "\/images\/img48.png",
"128": "\/images\/img128.png"
}
},
"icons": {
"16": "\/images\/img16.png",
"32": "\/images\/img32.png",
"48": "\/images\/img48.png",
"128": "\/images\/img128.png"
},
"background": {
"service_worker": "background.js"
}
}