BurstTab
BurstTab is a fuzzy finder for chrome tabs.
Hvad er BurstTab?
BurstTab er en Chrome-udvidelse udviklet af Samarth Wahal, og dens hovedfunktion er "BurstTab is a fuzzy finder for chrome tabs.".
Udvidelsesskærmbilleder
Download BurstTab-udvidelses-CRX-fil
Download BurstTab-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | BurstTab |
ID | adhclekhkhclgbecfnoeedngokjggigm |
Officiel URL | https://chromewebstore.google.com/detail/bursttab/adhclekhkhclgbecfnoeedngokjggigm |
Beskrivelse | BurstTab is a fuzzy finder for chrome tabs. |
Filstørrelse | 92.5 KB |
Antal Installationer | 29 |
Nuværende Version | 0.0.3 |
Senest Opdateret | 2015-02-20 |
Udgivelsesdato | 2015-02-20 |
Bedømmelse | 4.75/5 Samlet 4 Bedømmelser |
Udvikler | Samarth Wahal |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/LordZamy/BurstTab |
Hjælpeside-URL | https://github.com/LordZamy/BurstTab |
Understøttede Sprog | 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" } } } } |