Tabular
Easily search open tabs.
Qu'est-ce que Tabular ?
Tabular est une extension Chrome développée par dhimdisd, et sa fonction principale est "Easily search open tabs.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Tabular
Téléchargez les fichiers d'extension Tabular 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
Easily find and switch between too many open tabs. Shortcuts: Open Tabular: Ctrl/Cmd + Shift + K Close selected tab: Ctrl/Cmd + D Move selection up: Ctrl/Cmd + K or Up arrow key Move Selection down: Ctrl/Cmd + J or Down arrow key Close Tabular: Esc
Informations de Base sur l'Extension
Nom | Tabular |
ID | hgkiemddhmglgcdagihobgnafbfcohan |
URL Officiel | https://chromewebstore.google.com/detail/tabular/hgkiemddhmglgcdagihobgnafbfcohan |
Description | Easily search open tabs. |
Taille du Fichier | 120 KB |
Nombre d'Installations | 14 |
Version Actuelle | 1.0.4.0 |
Dernière Mise à Jour | 2015-02-22 |
Date de Publication | 2015-02-22 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | dhimdisd |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tabular", "version": "1.0.4.0", "manifest_version": 2, "description": "Easily search open tabs.", "permissions": [ "tabs" ], "background": { "scripts": [ "build\/js\/background.js" ] }, "commands": { "showTabularPopup": { "suggested_key": { "default": "Ctrl+Shift+K" }, "description": "Show Tabular popup" } }, "browser_action": { "default_icon": "build\/img\/icon16.png", "default_popup": "build\/popup.html" }, "icons": { "16": "build\/img\/icon16.png", "48": "build\/img\/icon48.png", "128": "build\/img\/icon128.png" } } |