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": "Simple Tab Sorter",
"description": "Simple tab sorter that allows user-defined tab group order.",
"version": "0.4.2",
"manifest_version": 3,
"permissions": [
"tabs",
"tabGroups",
"storage"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_title": "Simple Tab Sorter",
"default_popup": ".\/popup.html",
"default_icons": {
"16": "img\/16.png",
"48": "img\/48.png",
"128": "img\/128.png"
}
},
"options_page": ".\/options.html"
}