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": "The Great-er Tab Discarder",
"description": "Compatible with latest Chrome! Helps your browser load and run faster by freeing up memory and resources used by old inactive tabs.",
"version": "1.4.0",
"permissions": [
"tabs",
"storage",
"contextMenus",
"alarms",
"favicon"
],
"optional_permissions": [
"tabGroups"
],
"web_accessible_resources": [
{
"resources": [
"html\/suspended.html",
"img\/*",
"_favicon\/*"
],
"matches": [
"<all_urls>"
]
}
],
"background": {
"service_worker": "js\/eventPage.js",
"type": "module"
},
"action": {
"default_title": "The Great-er Tab Discarder",
"default_icon": "img\/icon19.png",
"default_popup": "html\/popup.html"
},
"options_page": "html\/options.html",
"icons": {
"16": "img\/icon16.png",
"48": "img\/icon48.png",
"128": "img\/icon128.png"
},
"incognito": "split",
"minimum_chrome_version": "108",
"commands": {
"1-discard-tab": {
"description": "Discard active tab",
"suggested_key": {
"default": "Ctrl+Shift+D"
}
},
"2-suspend-tab": {
"description": "Suspend active tab",
"suggested_key": {
"default": "Ctrl+Shift+S"
}
},
"3-discard-active-window": {
"description": "Discard all tabs in active window"
},
"4-reload-active-window": {
"description": "Reload all tabs in active window"
},
"5-discard-all-windows": {
"description": "Discard all tabs in all windows"
},
"6-reload-all-windows": {
"description": "Reload all tabs in all windows"
}
}
}