Smart Tab Groups

Automatically manages your tabs by URL!

Smart Tab Groupsคืออะไร?

Smart Tab Groups เป็นส่วนขยายของ Chrome ที่พัฒนาโดย melenbowl และคุณลักษณะหลักของมันคือ "Automatically manages your tabs by URL!"

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

screenshot

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

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

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

                        This extension will track the tabs you have open. If it notices another similar tab is already in a group, it will automatically add that tab to the group for you.

Sources
- Extension icons: https://www.freepik.com                    

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

ชื่อ Smart Tab Groups Smart Tab Groups
ID phjgaokonmahgagcjmjedgnnedglgbpc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/smart-tab-groups/phjgaokonmahgagcjmjedgnnedglgbpc
คำอธิบาย Automatically manages your tabs by URL!
ขนาดไฟล์ 12.52 KB
จำนวนการติดตั้ง 121
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2021-02-18
วันที่เผยแพร่ 2021-02-18
คะแนน 4.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา melenbowl
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Smart Tab Groups",
    "version": "1.0",
    "description": "Automatically manages your tabs by URL!",
    "permissions": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "images\/tab16.png",
        "32": "images\/tab32.png",
        "64": "images\/tab64.png",
        "128": "images\/tab128.png"
    },
    "manifest_version": 2
}