Quick Tab

A quick way to find the tab you're looking for when you have lots of them open.

Quick Tab क्या है?

Quick Tab https://tomlerendu.uk द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A quick way to find the tab you're looking for when you have lots of them open."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Quick Tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Quick Tab provides a quick way to find the tab you're looking for among the many tabs you have open.

Features

- Open with keyboard shortcut
- Search tabs
- Navigate tabs with the arrow keys
- Close tabs with right mouse
- Switch between tabs

Want a feature added or found a bug? https://github.com/tomlerendu/Quick-Tab/issues                    

एक्सटेंशन की मूल जानकारी

नाम Quick Tab Quick Tab
ID bdeifmcaonlafkglbdpbbhkeecjnkipo
आधिकारिक URL https://chromewebstore.google.com/detail/quick-tab/bdeifmcaonlafkglbdpbbhkeecjnkipo
विवरण A quick way to find the tab you're looking for when you have lots of them open.
फ़ाइल का आकार 519 KB
स्थापना संख्या 6,844
वर्तमान संस्करण 5.3.1
अंतिम अपडेट 2020-06-30
प्रकाशन तिथि 2020-06-30
रेटिंग 4.18/5 कुल 98 रेटिंग्स
डेवलपर https://tomlerendu.uk
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/tomlerendu/Quick-Tab
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Quick Tab",
    "version": "5.3.1",
    "permissions": [
        "tabs",
        "storage"
    ],
    "minimum_chrome_version": "53",
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_title": "Quick Tab",
        "default_popup": "index.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Alt+T",
                "mac": "Alt+T",
                "chromeos": "Alt+T",
                "linux": "Alt+T"
            }
        }
    },
    "description": "A quick way to find the tab you're looking for when you have lots of them open.",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": false
    }
}