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…
Cos'è Quick Tab Switcher?
Quick Tab Switcher è un'estensione di Chrome sviluppata da me1hi0r, e la sua funzione principale è "Press Ctr+I or Command+I (OS X) to open window. Quick Tab Switcher is a tab management browser extension for the Google Chrome…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Quick Tab Switcher
Scarica i file di estensione Quick 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
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.
Informazioni di Base sull'Estensione
Nome | Quick Tab Switcher |
ID | piinjokkgkfeaeaphgconmhgblfjklmc |
URL Ufficiale | https://chromewebstore.google.com/detail/quick-tab-switcher/piinjokkgkfeaeaphgconmhgblfjklmc |
Descrizione | Press Ctr+I or Command+I (OS X) to open window. Quick Tab Switcher is a tab management browser extension for the Google Chrome… |
Dimensione del File | 20.6 KB |
Conteggio Installazioni | 45 |
Versione Corrente | 0.0.4 |
Ultimo Aggiornamento | 2015-08-27 |
Data di Pubblicazione | 2015-08-27 |
Valutazione | 4.00/5 Totale 4 Valutazioni |
Sviluppatore | me1hi0r |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/sl0ki/tab-switcher |
URL della Pagina di Aiuto | https://github.com/sl0ki/tab-switcher |
Lingue Supportate | 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" } } } |