Tab Groups

A variation of the firefox tab group feature for chrome.

Tab Groupsคืออะไร?

Tab Groups เป็นส่วนขยายของ Chrome ที่พัฒนาโดย axolotl และคุณลักษณะหลักของมันคือ "A variation of the firefox tab group feature for chrome."

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        See the website readme.                    

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

ชื่อ Tab Groups Tab Groups
ID gccimjdagnkcchleckogmciiefdngcgl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tab-groups/gccimjdagnkcchleckogmciiefdngcgl
คำอธิบาย A variation of the firefox tab group feature for chrome.
ขนาดไฟล์ 2.09 MB
จำนวนการติดตั้ง 193
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2015-03-18
วันที่เผยแพร่ 2015-03-18
คะแนน 1.67/5 รวมทั้งหมด 15 คะแนน
ผู้พัฒนา axolotl
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/Risto-Stevcev/tabgroups
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Groups",
    "description": "A variation of the firefox tab group feature for chrome.",
    "version": "0.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "storage",
        "chrome:\/\/favicon\/*"
    ]
}