BurstTab
BurstTab is a fuzzy finder for chrome tabs.
Cos'è BurstTab?
BurstTab è un'estensione di Chrome sviluppata da Samarth Wahal, e la sua funzione principale è "BurstTab is a fuzzy finder for chrome tabs.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione BurstTab
Scarica i file di estensione BurstTab 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
BurstTab is a fuzzy tab finder for the chrome browser. Features: - Type text to filter and sort the tabs by best match. - Switch to tab using mouse or keyboard. - Close any tab using mouse or keyboard. Shortcuts: - Ctrl+Shift+L activates the extension. - Ctrl+Shift+; closes the selected tab.
Informazioni di Base sull'Estensione
Nome | BurstTab |
ID | adhclekhkhclgbecfnoeedngokjggigm |
URL Ufficiale | https://chromewebstore.google.com/detail/bursttab/adhclekhkhclgbecfnoeedngokjggigm |
Descrizione | BurstTab is a fuzzy finder for chrome tabs. |
Dimensione del File | 92.5 KB |
Conteggio Installazioni | 29 |
Versione Corrente | 0.0.3 |
Ultimo Aggiornamento | 2015-02-20 |
Data di Pubblicazione | 2015-02-20 |
Valutazione | 4.75/5 Totale 4 Valutazioni |
Sviluppatore | Samarth Wahal |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/LordZamy/BurstTab |
URL della Pagina di Aiuto | https://github.com/LordZamy/BurstTab |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "BurstTab", "version": "0.0.3", "manifest_version": 2, "description": "BurstTab is a fuzzy finder for chrome tabs.", "homepage_url": "https:\/\/github.com\/LordZamy\/BurstTab", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": false }, "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "BurstTab", "default_popup": "src\/browser_action\/browser_action.html" }, "permissions": [ "chrome:\/\/favicon\/", "tabs" ], "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+L", "windows": "Ctrl+Shift+L", "mac": "Command+Shift+L", "chromeos": "Ctrl+Shift+L", "linux": "Ctrl+Shift+L" } } } } |