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": "Vertical Tabs",
"version": "0.0.0.2",
"manifest_version": 3,
"description": "Vertical tab menu that searches, moves, and sorts.",
"author": "Solomon Kinard",
"action": {
"default_popup": "default_popup.html"
},
"permissions": [
"tabs",
"favicon",
"sidePanel",
"storage"
],
"icons": {
"128": "icons\/128.png"
},
"side_panel": {
"default_path": "default_popup.html"
}
}