Auto Group Tabs

Keep you tab bar tidy with auto grouping without need to group them manually.

Auto Group Tabsคืออะไร?

Auto Group Tabs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Siddhartha Sarkar และคุณลักษณะหลักของมันคือ "Keep you tab bar tidy with auto grouping without need to group them manually."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Group tabs automatically based on URL.

[5.1.0]
- enable/disable grouping
- custom tabgroup names, colors on popup
[5.0.0] added features, customizations , fixes & improvements
[4.0.0] fixed restore tabs, improvements                    

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

ชื่อ Auto Group Tabs Auto Group Tabs
ID ekjmngjikhikadcbbidpfdaocifddaip
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/auto-group-tabs/ekjmngjikhikadcbbidpfdaocifddaip
คำอธิบาย Keep you tab bar tidy with auto grouping without need to group them manually.
ขนาดไฟล์ 34.42 KB
จำนวนการติดตั้ง 386
เวอร์ชันปัจจุบัน 5.1.0
อัปเดตครั้งล่าสุด 2023-03-22
วันที่เผยแพร่ 2021-07-08
คะแนน 4.25/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา Siddhartha Sarkar
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://siddsarkar.github.io/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto Group Tabs",
    "version": "5.1.0",
    "description": "Keep you tab bar tidy with auto grouping without need to group them manually.",
    "author": "Siddhartha Sarkar",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs",
        "tabGroups",
        "contextMenus",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*\/*",
        ""
    ],
    "icons": {
        "48": "icon48.png",
        "96": "icon96.png",
        "144": "icon128.png",
        "240": "icon240.png"
    },
    "action": {
        "default_icon": "icon48.png",
        "default_title": "Auto Group Tabs",
        "default_popup": "pages\/popup\/index.html"
    }
}