Tab Switch
Easily switch between tabs by searching
Cos'è Tab Switch?
Tab Switch è un'estensione di Chrome sviluppata da ckuijjer, e la sua funzione principale è "Easily switch between tabs by searching".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Tab Switch
Scarica i file di estensione 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
Informazioni di Base sull'Estensione
Nome | |
ID | jibghimhedaoojdpdianpomdmgdhogce |
URL Ufficiale | https://chromewebstore.google.com/detail/tab-switch/jibghimhedaoojdpdianpomdmgdhogce |
Descrizione | Easily switch between tabs by searching |
Dimensione del File | 73.75 KB |
Conteggio Installazioni | 49 |
Versione Corrente | 0.0.51 |
Ultimo Aggiornamento | 2019-03-08 |
Data di Pubblicazione | 2019-03-08 |
Valutazione | 5.00/5 Totale 7 Valutazioni |
Sviluppatore | ckuijjer |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab Switch", "version": "0.0.51", "manifest_version": 2, "description": "Easily switch between tabs by searching", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "Tab Switch", "default_popup": "popup.html" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+E", "mac": "Command+E" }, "description": "Open tab menu" }, "previous": { "description": "Switch to the previous tab" } }, "permissions": [ "tabs" ] } |