Tabmaster

Tame your tabs.

Tabmasterคืออะไร?

Tabmaster เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.a9.io และคุณลักษณะหลักของมันคือ "Tame your tabs."

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

screenshot

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

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

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

                        Out now: Tabmaster 1.8! Favicons and better window inspection!

If your workflow is full of tabs that you don't need for a while, this extension is a must-have.

Instantly hide the offending tab or window and save it for later. When you need it again, everything you have hidden is conveniently listed again.

Useful for:
- Saving something to be read later
- Giving research projects a rest till the next day
- Switching from one workspace to the next

========

1.87: Bug fixes to window preview and favicons.                    

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

ชื่อ Tabmaster Tabmaster
ID pojgemmobcnjmnpodjmgeofdgojpkepn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tabmaster/pojgemmobcnjmnpodjmgeofdgojpkepn
คำอธิบาย Tame your tabs.
ขนาดไฟล์ 15.77 KB
จำนวนการติดตั้ง 42
เวอร์ชันปัจจุบัน 1.88
อัปเดตครั้งล่าสุด 2014-11-28
วันที่เผยแพร่ 2014-11-28
คะแนน 4.43/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา https://www.a9.io
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://a9.io
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tabmaster",
    "description": "Tame your tabs.",
    "short_name": "Tame your tabs.",
    "manifest_version": 2,
    "version": "1.88",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "19.png",
            "38": "38.png"
        },
        "default_title": "Tabmaster",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs"
    ]
}