Tabist
Quick Tab Switcher
Cos'è Tabist?
Tabist è un'estensione di Chrome sviluppata da fivenineplusr, e la sua funzione principale è "Quick Tab Switcher".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Tabist
Scarica i file di estensione Tabist 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
Quickly find the tab that you want to see and click the link to go to that tab.
Informazioni di Base sull'Estensione
Nome | Tabist |
ID | hdjegjggiogfkaldbfphfdkpggjemaha |
URL Ufficiale | https://chromewebstore.google.com/detail/tabist/hdjegjggiogfkaldbfphfdkpggjemaha |
Descrizione | Quick Tab Switcher |
Dimensione del File | 31.15 KB |
Conteggio Installazioni | 728 |
Versione Corrente | 0.1.6 |
Ultimo Aggiornamento | 2016-09-18 |
Data di Pubblicazione | 2016-09-18 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | fivenineplusr |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://github.com/fiveNinePlusR/tabist |
URL della Pagina di Aiuto | http://github.com/fiveNinePlusR/tabist |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Quick Tab Switcher", "manifest_version": 2, "name": "Tabist", "version": "0.1.6", "homepage_url": "https:\/\/github.com\/fiveNinePlusR\/tabist", "icons": { "48": "icons\/page-48_white.png" }, "permissions": [ "tabs", "storage" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icons\/page-32_white.png" }, "commands": { "toggle-tabist": { "suggested_key": { "default": "Ctrl+Shift+E", "mac": "Ctrl+Shift+E", "windows": "Ctrl+Shift+E" }, "description": "Toggle or activate a Tabist tab" } } } |