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": "Chrome Tab Switcher", "description": "Switches tabs in the order you used them (use Ctrl+Q or Ctrl+Shift+Q to swith backward or forward in tab history)", "version": "1.0", "background": { "service_worker": "js\/background.js" }, "permissions": [ "tabs" ], "commands": { "tab-back": { "suggested_key": { "default": "Ctrl+Q", "mac": "Command+Q" }, "description": "Switch to the previous visited tab." }, "tab-forward": { "suggested_key": { "default": "Ctrl+Shift+Q", "mac": "Command+Shift+Q" }, "description": "Switch to the next visited tab." } }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } }