Tab Aligner

Simple and powerful Tab organizing extension

什麼是Tab Aligner?

Tab Aligner是由https://drikin.com開發的Chrome擴展程式,該擴展的主要功能是“Simple and powerful Tab organizing extension”。

擴展截圖

screenshot
screenshot

下載Tab Aligner擴展crx文件

下載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
官方網址 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
}