Quick Switch
This extension allows you to quickly switch to any application shortcut or tab pinned in any browser window.
Cos'è Quick Switch?
Quick Switch è un'estensione di Chrome sviluppata da mhenry1384, e la sua funzione principale è "This extension allows you to quickly switch to any application shortcut or tab pinned in any browser window.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Quick Switch
Scarica i file di estensione Quick 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
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.
Informazioni di Base sull'Estensione
Nome | |
ID | pliiecepjdknmcninijkgcboekaomphi |
URL Ufficiale | https://chromewebstore.google.com/detail/quick-switch/pliiecepjdknmcninijkgcboekaomphi |
Descrizione | This extension allows you to quickly switch to any application shortcut or tab pinned in any browser window. |
Dimensione del File | 301 KB |
Conteggio Installazioni | 43 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2014-09-24 |
Data di Pubblicazione | 2014-09-24 |
Valutazione | 1.00/5 Totale 1 Valutazioni |
Sviluppatore | mhenry1384 |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } } } |