Quick Tab
A quick way to find the tab you're looking for when you have lots of them open.
Qu'est-ce que Quick Tab ?
Quick Tab est une extension Chrome développée par https://tomlerendu.uk, et sa fonction principale est "A quick way to find the tab you're looking for when you have lots of them open.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Quick Tab
Téléchargez les fichiers d'extension Quick Tab 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
Quick Tab provides a quick way to find the tab you're looking for among the many tabs you have open. Features - Open with keyboard shortcut - Search tabs - Navigate tabs with the arrow keys - Close tabs with right mouse - Switch between tabs Want a feature added or found a bug? https://github.com/tomlerendu/Quick-Tab/issues
Informations de Base sur l'Extension
Nom | Quick Tab |
ID | bdeifmcaonlafkglbdpbbhkeecjnkipo |
URL Officiel | https://chromewebstore.google.com/detail/quick-tab/bdeifmcaonlafkglbdpbbhkeecjnkipo |
Description | A quick way to find the tab you're looking for when you have lots of them open. |
Taille du Fichier | 519 KB |
Nombre d'Installations | 6,844 |
Version Actuelle | 5.3.1 |
Dernière Mise à Jour | 2020-06-30 |
Date de Publication | 2020-06-30 |
Évaluation | 4.18/5 Total 98 Évaluations |
Développeur | https://tomlerendu.uk |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/tomlerendu/Quick-Tab |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Quick Tab", "version": "5.3.1", "permissions": [ "tabs", "storage" ], "minimum_chrome_version": "53", "browser_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" }, "default_title": "Quick Tab", "default_popup": "index.html" }, "commands": { "_execute_browser_action": { "suggested_key": { "windows": "Alt+T", "mac": "Alt+T", "chromeos": "Alt+T", "linux": "Alt+T" } } }, "description": "A quick way to find the tab you're looking for when you have lots of them open.", "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "options_ui": { "page": "options.html", "chrome_style": false } } |