BurstTab
BurstTab is a fuzzy finder for chrome tabs.
¿Qué es BurstTab?
BurstTab es una extensión de Chrome desarrollada por Samarth Wahal, y su función principal es "BurstTab is a fuzzy finder for chrome tabs.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión BurstTab
Descarga archivos de extensión BurstTab en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | BurstTab |
ID | adhclekhkhclgbecfnoeedngokjggigm |
URL Oficial | https://chromewebstore.google.com/detail/bursttab/adhclekhkhclgbecfnoeedngokjggigm |
Descripción | BurstTab is a fuzzy finder for chrome tabs. |
Tamaño del Archivo | 92.5 KB |
Cantidad de Instalaciones | 29 |
Versión Actual | 0.0.3 |
Última Actualización | 2015-02-20 |
Fecha de Publicación | 2015-02-20 |
Calificación | 4.75/5 Total de 4 Calificaciones |
Desarrollador | Samarth Wahal |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/LordZamy/BurstTab |
URL de la Página de Ayuda | https://github.com/LordZamy/BurstTab |
Idiomas Soportados | 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" } } } } |