Tablr
A powerful tab manager at your fingertips!
Cos'è Tablr?
Tablr è un'estensione di Chrome sviluppata da TVFlash, e la sua funzione principale è "A powerful tab manager at your fingertips!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Tablr
Scarica i file di estensione Tablr in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | agdlmmkblbggohcchbofgamfjddamemo |
URL Ufficiale | https://chrome.google.com/webstore/detail/tablr/agdlmmkblbggohcchbofgamfjddamemo |
Descrizione | A powerful tab manager at your fingertips! |
Dimensione del File | 42.19 KB |
Conteggio Installazioni | 47 |
Versione Corrente | 1.3.2 |
Ultimo Aggiornamento | 2014-09-11 |
Data di Pubblicazione | 2014-09-11 |
Valutazione | 5.00/5 Totale 9 Valutazioni |
Sviluppatore | TVFlash |
Tipo di Pagamento | free |
Lingue Supportate | 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:\/\/*\/*" ] } |