Tab Aligner

Simple and powerful Tab organizing extension

Что такое Tab Aligner?

Tab Aligner - это расширение Chrome, разработанное https://drikin.com, и его основная функция - "Simple and powerful Tab organizing extension".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Tab Aligner

Скачайте файлы расширений Tab Aligner в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название Tab Aligner Tab Aligner
ID cegjnbajkdmaijhcimmajappmimkohhe
Официальный URL https://chromewebstore.google.com/detail/tab-aligner/cegjnbajkdmaijhcimmajappmimkohhe
Описание Simple and powerful Tab organizing extension
Размер файла 144 KB
Количество установок 1,197
Текущая Версия 0.0.7
Последнее Обновление 2017-06-09
Дата публикации 2017-06-09
Рейтинг 4.26/5 Всего 23 оценок
Разработчик https://drikin.com
Тип оплаты free
Официальный сайт расширения https://github.com/drikin/TabAligner
URL страницы помощи https://github.com/drikin/TabAligner/issues
Поддерживаемые языки 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
}