Quick Tab Switcher

Press Ctr+I or Command+I (OS X) to open window. Quick Tab Switcher is a tab management browser extension for the Google Chrome…

Vad är Quick Tab Switcher?

Quick Tab Switcher är en Chrome-tillägg utvecklad av me1hi0r, och dess huvudfunktion är "Press Ctr+I or Command+I (OS X) to open window. Quick Tab Switcher is a tab management browser extension for the Google Chrome…".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Quick Tab Switcher-förlängningens CRX-fil

Ladda ner Quick Tab Switcher-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Press Ctr+I  or Command+I  (OS X) to open window.

Quick Tab Switcher is a tab management browser extension for the Google Chrome web browser. 

Quick Tabs allows you to move quickly between recently used tabs without requiring the use of your mouse, locate and switch to tabs as you need them with minimal keystrokes even when you have large numbers of open tabs.                    

Grundläggande Information om Tillägg

Namn Quick Tab Switcher Quick Tab Switcher
ID piinjokkgkfeaeaphgconmhgblfjklmc
Officiell webbadress https://chromewebstore.google.com/detail/quick-tab-switcher/piinjokkgkfeaeaphgconmhgblfjklmc
Beskrivning Press Ctr+I or Command+I (OS X) to open window. Quick Tab Switcher is a tab management browser extension for the Google Chrome…
Filstorlek 20.6 KB
Antal Installationer 45
Aktuell Version 0.0.4
Senast Uppdaterad 2015-08-27
Publiceringsdatum 2015-08-27
Betyg 4.00/5 Totalt 4 Betyg
Utvecklare me1hi0r
Betalningssätt free
Tilläggswebbplats https://github.com/sl0ki/tab-switcher
Hjälpsida URL https://github.com/sl0ki/tab-switcher
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Quick Tab Switcher",
    "description": "",
    "version": "0.0.4",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "commands": {
        "open_tabs_window": {
            "suggested_key": {
                "default": "Ctrl+I",
                "mac": "Command+I"
            },
            "description": "Open Tab Switcher"
        }
    }
}