Fast Tab Switch

Switch tabs by selecting the screenshot of a tab.

Cos'è Fast Tab Switch?

Fast Tab Switch è un'estensione di Chrome sviluppata da EagerLogic, e la sua funzione principale è "Switch tabs by selecting the screenshot of a tab.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Fast Tab Switch

Scarica i file di estensione Fast Tab Switch in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        If you are lost in lots of tabs than this extension is for you. Press Alt+T and you can switch tabs choosing its screenshot. It's lot faster than reading the name of the tabs.                    

Informazioni di Base sull'Estensione

Nome Fast Tab Switch Fast Tab Switch
ID nahgoobilmipjlggkihbjjfkajalacje
URL Ufficiale https://chrome.google.com/webstore/detail/fast-tab-switch/nahgoobilmipjlggkihbjjfkajalacje
Descrizione Switch tabs by selecting the screenshot of a tab.
Dimensione del File 216 KB
Conteggio Installazioni 216
Versione Corrente 1.1
Ultimo Aggiornamento 2015-04-30
Data di Pubblicazione 2015-04-30
Valutazione 4.17/5 Totale 6 Valutazioni
Sviluppatore EagerLogic
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fast Tab Switch",
    "description": "Switch tabs by selecting the screenshot of a tab.",
    "version": "1.1",
    "background": {
        "scripts": [
            "bg.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "logo_16.png",
        "32": "logo_32.png",
        "48": "logo_48.png",
        "64": "logo_64.png",
        "128": "logo_128.png"
    },
    "permissions": [
        "",
        "activeTab",
        "tabCapture",
        "tabs"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+T"
            }
        }
    },
    "browser_action": {
        "default_icon": "logo_32.png",
        "default_title": "Fast Tab Switch - Alt+T"
    }
}