Tab Aligner

Simple and powerful Tab organizing extension

Tab Aligner là gì?

Tab Aligner là một tiện ích mở rộng Chrome được phát triển bởi https://drikin.com, và tính năng chính của nó là "Simple and powerful Tab organizing extension".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Tab Aligner

Tải xuống các tệp mở rộng Tab Aligner dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Tab Aligner Tab Aligner
ID cegjnbajkdmaijhcimmajappmimkohhe
URL Chính Thức https://chromewebstore.google.com/detail/tab-aligner/cegjnbajkdmaijhcimmajappmimkohhe
Mô tả Simple and powerful Tab organizing extension
Kích Thước Tệp 144 KB
Số Lần Cài Đặt 1,197
Phiên Bản Hiện Tại 0.0.7
Cập Nhật Lần Cuối 2017-06-09
Ngày Phát Hành 2017-06-09
Đánh Giá 4.26/5 Tổng số 23 Đánh Giá
Nhà Phát Triển https://drikin.com
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/drikin/TabAligner
URL Trang Trợ Giúp https://github.com/drikin/TabAligner/issues
Ngôn Ngữ Được Hỗ Trợ 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
}