Tablr

A powerful tab manager at your fingertips!

Tablrคืออะไร?

Tablr เป็นส่วนขยายของ Chrome ที่พัฒนาโดย TVFlash และคุณลักษณะหลักของมันคือ "A powerful tab manager at your fingertips!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tablr

ดาวน์โหลดไฟล์ส่วนขยาย Tablr ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Tab organization done right.

Tablr is a quick and lightweight tab sorting and searching Chrome extension!

Features :
- Alphabetize tabs A-Z (Ctrl+Shift+A)
- Search tabs for keywords
- Adjustable settings
- Duplicate tab cleaning

Change log:
V 1.3.2
- Performance optimizations 
V 1.3.1
- Fixed preferences for shortcut searches
V 1.3
- Added Settings menu
- Added search by URL
- Added toggle tab duplicate cleaning
V 1.2.1
- Added search on enter
V 1.2
- Added alpha sort shortcut
V 1.1
- Fixed icons
V 1.0
- Release                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Tablr Tablr
ID agdlmmkblbggohcchbofgamfjddamemo
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/tablr/agdlmmkblbggohcchbofgamfjddamemo
คำอธิบาย A powerful tab manager at your fingertips!
ขนาดไฟล์ 42.19 KB
จำนวนการติดตั้ง 47
เวอร์ชันปัจจุบัน 1.3.2
อัปเดตครั้งล่าสุด 2014-09-11
วันที่เผยแพร่ 2014-09-11
คะแนน 5.00/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา TVFlash
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tablr",
    "description": "A powerful tab manager at your fingertips!",
    "version": "1.3.2",
    "options_page": "settings.html",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "commands": {
        "toggle-sort": {
            "suggested_key": {
                "default": "Ctrl+Shift+A",
                "mac": "Command+Shift+A"
            },
            "description": "Sorts the tabs in A-Z"
        }
    },
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "img\/hot.png",
        "48": "img\/icon48.png",
        "16": "img\/defaultIcon16.png"
    },
    "permissions": [
        "webNavigation",
        "webRequest",
        "tabs",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}