Tablr
A powerful tab manager at your fingertips!
Qu'est-ce que Tablr ?
Tablr est une extension Chrome développée par TVFlash, et sa fonction principale est "A powerful tab manager at your fingertips!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Tablr
Téléchargez les fichiers d'extension Tablr 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
Tab organization done right. Tablr is a quick and lightweight tab sorting and searching Chrome extension! Features : - Alphabetize tabs A-Z (Ctrl+Shift+A) - Search tabs for keywords - Adjustable settings - Duplicate tab cleaning Change log: V 1.3.2 - Performance optimizations V 1.3.1 - Fixed preferences for shortcut searches V 1.3 - Added Settings menu - Added search by URL - Added toggle tab duplicate cleaning V 1.2.1 - Added search on enter V 1.2 - Added alpha sort shortcut V 1.1 - Fixed icons V 1.0 - Release
Informations de Base sur l'Extension
Nom | |
ID | agdlmmkblbggohcchbofgamfjddamemo |
URL Officiel | https://chrome.google.com/webstore/detail/tablr/agdlmmkblbggohcchbofgamfjddamemo |
Description | A powerful tab manager at your fingertips! |
Taille du Fichier | 42.19 KB |
Nombre d'Installations | 47 |
Version Actuelle | 1.3.2 |
Dernière Mise à Jour | 2014-09-11 |
Date de Publication | 2014-09-11 |
Évaluation | 5.00/5 Total 9 Évaluations |
Développeur | TVFlash |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tablr", "description": "A powerful tab manager at your fingertips!", "version": "1.3.2", "options_page": "settings.html", "background": { "scripts": [ "background.js" ] }, "commands": { "toggle-sort": { "suggested_key": { "default": "Ctrl+Shift+A", "mac": "Command+Shift+A" }, "description": "Sorts the tabs in A-Z" } }, "browser_action": { "default_icon": "img\/icon.png", "default_popup": "popup.html" }, "icons": { "128": "img\/hot.png", "48": "img\/icon48.png", "16": "img\/defaultIcon16.png" }, "permissions": [ "webNavigation", "webRequest", "tabs", "storage", "http:\/\/*\/*", "https:\/\/*\/*" ] } |