Tab Aligner
Simple and powerful Tab organizing extension
Co to jest Tab Aligner?
Tab Aligner to rozszerzenie Chrome opracowane przez https://drikin.com, a jego główną funkcją jest „Simple and powerful Tab organizing extension”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Tab Aligner
Pobierz pliki rozszerzeń Tab Aligner w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Tab Aligner |
ID | cegjnbajkdmaijhcimmajappmimkohhe |
Oficjalny URL | https://chromewebstore.google.com/detail/tab-aligner/cegjnbajkdmaijhcimmajappmimkohhe |
Opis | Simple and powerful Tab organizing extension |
Rozmiar pliku | 144 KB |
Liczba instalacji | 1,197 |
Aktualna Wersja | 0.0.7 |
Ostatnia Aktualizacja | 2017-06-09 |
Data Publikacji | 2017-06-09 |
Ocena | 4.26/5 Łącznie 23 Oceny |
Deweloper | https://drikin.com |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/drikin/TabAligner |
Adres URL Strony Pomocy | https://github.com/drikin/TabAligner/issues |
Obsługiwane Języki | 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 } |