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",
"background": {
"service_worker": "bg_wrapper.js"
},
"action": {
"default_icon": "assets\/icon-32.png",
"default_title": "Quick Tabs",
"default_popup": "popup.html?popup=true"
},
"description": "A keyboard centric most recently used (MRU) ordered page list plugin with seek and switch functionality inspired by IntelliJ IDEA",
"icons": {
"32": "assets\/icon-32.png",
"48": "assets\/icon-48.png",
"128": "assets\/icon-128.png"
},
"manifest_version": 3,
"name": "Quick Tabs",
"options_page": "options.html",
"permissions": [
"tabs",
"bookmarks",
"history",
"storage"
],
"version": "2024.11.26",
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Ctrl+Q",
"mac": "Command+E",
"linux": "Ctrl+Q"
}
},
"quick-prev-tab": {
"description": "Switch to Older tab"
},
"quick-next-tab": {
"description": "Switch to Newer tab"
},
"quick-duplicate-tab": {
"description": "Duplicate the current tab"
}
}
}