BurstTab
BurstTab is a fuzzy finder for chrome tabs.
Qu'est-ce que BurstTab ?
BurstTab est une extension Chrome développée par Samarth Wahal, et sa fonction principale est "BurstTab is a fuzzy finder for chrome tabs.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension BurstTab
Téléchargez les fichiers d'extension BurstTab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | BurstTab |
ID | adhclekhkhclgbecfnoeedngokjggigm |
URL Officiel | https://chromewebstore.google.com/detail/bursttab/adhclekhkhclgbecfnoeedngokjggigm |
Description | BurstTab is a fuzzy finder for chrome tabs. |
Taille du Fichier | 92.5 KB |
Nombre d'Installations | 29 |
Version Actuelle | 0.0.3 |
Dernière Mise à Jour | 2015-02-20 |
Date de Publication | 2015-02-20 |
Évaluation | 4.75/5 Total 4 Évaluations |
Développeur | Samarth Wahal |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/LordZamy/BurstTab |
URL de la Page d'Aide | https://github.com/LordZamy/BurstTab |
Langues Prises en Charge | 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" } } } } |