BurstTab
BurstTab is a fuzzy finder for chrome tabs.
Was ist BurstTab?
BurstTab ist eine Chrome-Erweiterung, die von Samarth Wahal entwickelt wurde, und ihr Hauptmerkmal ist "BurstTab is a fuzzy finder for chrome tabs.".
Erweiterungsscreenshots
BurstTab-Erweiterungs-CRX-Datei herunterladen
Laden Sie BurstTab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | BurstTab |
ID | adhclekhkhclgbecfnoeedngokjggigm |
Offizielle URL | https://chromewebstore.google.com/detail/bursttab/adhclekhkhclgbecfnoeedngokjggigm |
Beschreibung | BurstTab is a fuzzy finder for chrome tabs. |
Dateigröße | 92.5 KB |
Installationsanzahl | 29 |
Aktuelle Version | 0.0.3 |
Letztes Update | 2015-02-20 |
Veröffentlichungsdatum | 2015-02-20 |
Bewertung | 4.75/5 Insgesamt 4 Bewertungen |
Entwickler | Samarth Wahal |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/LordZamy/BurstTab |
Hilfeseite URL | https://github.com/LordZamy/BurstTab |
Unterstützte Sprachen | 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" } } } } |