Tab Switcher
Switch tabs using ctrl+shift+z and ctrl+shift+x.
Cos'è Tab Switcher?
Tab Switcher è un'estensione di Chrome sviluppata da Ian Ellison-Taylor, e la sua funzione principale è "Switch tabs using ctrl+shift+z and ctrl+shift+x.".
Scarica il file CRX dell'estensione Tab Switcher
Scarica i file di estensione Tab Switcher 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
Allows you to switch tabs using Ctrl+Shift+Z and Ctrl+Shift+X
Informazioni di Base sull'Estensione
Nome | ![]() |
ID | fkpmobfddeinmclggkjaodhijbaohpoe |
URL Ufficiale | https://chrome.google.com/webstore/detail/tab-switcher/fkpmobfddeinmclggkjaodhijbaohpoe |
Descrizione | Switch tabs using ctrl+shift+z and ctrl+shift+x. |
Dimensione del File | 3.07 KB |
Conteggio Installazioni | 34 |
Versione Corrente | 0.1 |
Ultimo Aggiornamento | 2013-02-21 |
Data di Pubblicazione | 2013-02-21 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | Ian Ellison-Taylor |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Switcher", "version": "0.1", "description": "Switch tabs using ctrl+shift+z and ctrl+shift+x.", "background": { "persistent": false, "scripts": [ "background.js" ] }, "commands": { "previous-tab": { "suggested_key": { "default": "Ctrl+Shift+Z" }, "description": "Previous Tab" }, "next-tab": { "suggested_key": { "default": "Ctrl+Shift+X" }, "description": "Next Tab" } } } |