WebExtension.net
Toggle dark mode
WebExtension.net

Quick Tabs

View on Chrome Web Store
View Quick Tabs Chrome Extension on Chrome Web Store
Add to bookmarks
4.5 (543 ratings)
1 new ratings
1 views
This extension has been viewed 1 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

A keyboard centric most recently used (MRU) ordered page list plugin with seek and switch functionality inspired by IntelliJ IDEA
Type
Extension
Users
30,000 users
10K
bAbymAn
View author page of bAbymAn
Featured Extension

Hand-picked for quality and usefulness

Published
Published on December 30, 2009
Version 2024.11.26
Manifest version
3
Updated
Updated on November 27, 2024
make_chrome_yours/functionality
Extension Category
View on Chrome Web Store
View Quick Tabs Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "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"
        }
    }
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top