Tab Aligner
Simple and powerful Tab organizing extension
Cos'è Tab Aligner?
Tab Aligner è un'estensione di Chrome sviluppata da https://drikin.com, e la sua funzione principale è "Simple and powerful Tab organizing extension".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Tab Aligner
Scarica i file di estensione Tab Aligner 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
Have you noticed you opened multiple tabs for the same page before? Tab Aligner addresses the pain point with the following three features. 1. Tab sorting by hostname in the same window 2. Duplicate tab merging which has exactly the same url 3. Organize all tabs into multiple windows by hostname (by clicking Tab Aligner icon) It's powered by Dart which provides more performance! Release Note ----------- 0.0.7: Revert 0.0.6 introduced automatic reload feature made some troubles. optimize performance 0.0.6: When duplicate tab is detected, not only switching existing tab but also forcibly reload the tab 0.0.5: Restore Pinned state after grouping tabs 0.0.4: Bug fix 0.0.3: Initial public release version
Informazioni di Base sull'Estensione
Nome | Tab Aligner |
ID | cegjnbajkdmaijhcimmajappmimkohhe |
URL Ufficiale | https://chromewebstore.google.com/detail/tab-aligner/cegjnbajkdmaijhcimmajappmimkohhe |
Descrizione | Simple and powerful Tab organizing extension |
Dimensione del File | 144 KB |
Conteggio Installazioni | 1,197 |
Versione Corrente | 0.0.7 |
Ultimo Aggiornamento | 2017-06-09 |
Data di Pubblicazione | 2017-06-09 |
Valutazione | 4.26/5 Totale 23 Valutazioni |
Sviluppatore | https://drikin.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/drikin/TabAligner |
URL della Pagina di Aiuto | https://github.com/drikin/TabAligner/issues |
Lingue Supportate | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "version": "0.0.7", "description": "__MSG_extDescription__", "default_locale": "en", "background": { "persistent": false, "scripts": [ "background.dart.js" ] }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": { "19": "icon19.png", "38": "icon38.png" }, "default_title": "__MSG_extName__" }, "permissions": [ "webNavigation", "tabs" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "manifest_version": 2 } |