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",
"name": "Tab Group Manager",
"short_name": "TGM",
"description": "__MSG_description__",
"manifest_version": 3,
"version": "0.8.3",
"icons": {
"48": "img\/48.png",
"128": "img\/128.png"
},
"permissions": [
"bookmarks",
"storage",
"tabs",
"tabGroups"
],
"content_security_policy": {
"extension_pages": "default-src 'self'; style-src 'self' 'unsafe-inline' https:\/\/fonts.googleapis.com; font-src 'self' https:\/\/fonts.gstatic.com; img-src 'self' data: *;"
},
"default_locale": "en",
"background": {
"service_worker": "sw.js"
},
"minimum_chrome_version": "91",
"action": {
"default_icon": "img\/48.png",
"default_title": "Tab Group Manager",
"default_popup": "app.html"
},
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Ctrl+P",
"mac": "MacCtrl+P"
}
}
}
}