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": "TabPatrol - Duplicate Tabs & Windows Management Tool",
"description": "Regain control of your browser! TabPatrol helps you manage your duplicate tabs.",
"version": "1.0.10",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
}
},
"permissions": [
"tabs",
"notifications",
"activeTab",
"storage",
"windows"
],
"default_locale": "en",
"commands": {
"close-duplicates": {
"suggested_key": {
"default": "Ctrl+Y",
"mac": "Command+Y"
},
"description": "Manually Close Duplicates"
},
"merge-tabs": {
"suggested_key": {
"default": "Ctrl+I",
"mac": "Command+I"
},
"description": "Merge Tabs"
},
"sort-tabs-alphabetically": {
"suggested_key": {
"default": "Ctrl+Q",
"mac": "Command+Q"
},
"description": "Sort tabs Alpabetically"
},
"toggle-auto-close": {
"suggested_key": {
"default": "Ctrl+B",
"mac": "Command+B"
},
"description": "Toggle Auto Close Duplicates Function"
}
},
"background": {
"service_worker": "background.js"
}
}