Quick Switch

This extension allows you to quickly switch to any application shortcut or tab pinned in any browser window.

Quick Switch क्या है?

Quick Switch mhenry1384 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension allows you to quickly switch to any application shortcut or tab pinned in any browser window."।

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

screenshot

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

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

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

                        This extension is intended to be launched via a global keyboard shortcut.  Then from any application on your computer, hit that shortcut and then another key to make a particular pinned tab active.  

To set the global hotkey, click the Keyboard shortcuts link in Chrome's Extensions screen.  In the box next to "Popup Quick Switch" set the hotkey, then set the dropdown to "Global". If you are running Chrome under multiple user profiles, you will have to install the extension on each profile (and assign a different global hotkey for each).

Permissions: Requires access to the current tab information, which Chrome reports as "read your browser history".  It does not actually read your browser history.                    

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

नाम Quick Switch Quick Switch
ID pliiecepjdknmcninijkgcboekaomphi
आधिकारिक URL https://chromewebstore.google.com/detail/quick-switch/pliiecepjdknmcninijkgcboekaomphi
विवरण This extension allows you to quickly switch to any application shortcut or tab pinned in any browser window.
फ़ाइल का आकार 301 KB
स्थापना संख्या 43
वर्तमान संस्करण 1.1
अंतिम अपडेट 2014-09-24
प्रकाशन तिथि 2014-09-24
रेटिंग 1.00/5 कुल 1 रेटिंग्स
डेवलपर mhenry1384
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "name": "Quick Switch",
    "description": "This extension allows you to quickly switch to any application shortcut or tab pinned in any browser window.",
    "version": "1.1",
    "icons": {
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon19.png",
        "default_popup": "popup.html?modal=true"
    },
    "permissions": [
        "tabs"
    ],
    "commands": {
        "popup-quick-search": {
            "description": "Popup Quick Switch",
            "suggested_key": {
                "default": "Ctrl+1"
            }
        }
    }
}