WebExtension.net
WebExtension.net

Quick Tabs

View on Chrome Web Store
View Quick Tabs Chrome Extension on Chrome Web Store
4.5 (544 ratings)

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
40,000 users
bAbymAn
View author page of bAbymAn
Featured Extension

Hand-picked for quality and usefulness

Published
Published on December 30, 2009
Version 2024.11.9
Manifest version
3
Updated
Updated on November 11, 2024
View on Chrome Web Store
View Quick Tabs Chrome Extension on Chrome Web Store
make_chrome_yours/functionality
Extension Category

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.9",
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+E",
                "mac": "Command+E",
                "linux": "Ctrl+E"
            }
        },
        "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.

© 2024 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