Tab Aligner
Simple and powerful Tab organizing extension
Qu'est-ce que Tab Aligner ?
Tab Aligner est une extension Chrome développée par https://drikin.com, et sa fonction principale est "Simple and powerful Tab organizing extension".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Tab Aligner
Téléchargez les fichiers d'extension Tab Aligner 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
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
Informations de Base sur l'Extension
Nom | Tab Aligner |
ID | cegjnbajkdmaijhcimmajappmimkohhe |
URL Officiel | https://chromewebstore.google.com/detail/tab-aligner/cegjnbajkdmaijhcimmajappmimkohhe |
Description | Simple and powerful Tab organizing extension |
Taille du Fichier | 144 KB |
Nombre d'Installations | 1,197 |
Version Actuelle | 0.0.7 |
Dernière Mise à Jour | 2017-06-09 |
Date de Publication | 2017-06-09 |
Évaluation | 4.26/5 Total 23 Évaluations |
Développeur | https://drikin.com |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/drikin/TabAligner |
URL de la Page d'Aide | https://github.com/drikin/TabAligner/issues |
Langues Prises en Charge | 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 } |