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": "Recent Tabs", "version": "4.0.2", "description": "Cycle through your most recently used tabs (MRU) like Alt+Tab, but, with the shortcut keys Ctrl+Q or Ctrl+`(~) or assign your own!", "background": { "service_worker": "background.js" }, "options_page": "options.html", "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "permissions": [ "storage", "scripting" ], "optional_permissions": [ "tabs" ], "optional_host_permissions": [ "<all_urls>" ], "commands": { "toggleTabs": { "suggested_key": { "default": "Ctrl+Tab", "mac": "MacCtrl+Tab" }, "description": "Toggle between the last 2 recent tabs" } }, "web_accessible_resources": [ { "resources": [ "images\/extension-icon.png", "images\/document.png" ], "matches": [ "<all_urls>" ] }, { "resources": [ "options.html" ], "matches": [ "https:\/\/jasonsavard.com\/*" ] } ], "manifest_version": 3 }