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
}