Auto Group Tab

Auto group your Chrome tabs

Auto Group Tabคืออะไร?

Auto Group Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Huy Vu และคุณลักษณะหลักของมันคือ "Auto group your Chrome tabs"

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

screenshot
screenshot

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

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

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

                        If you ever need to move your tabs into correct groups everytime you open the browser then this extension will auto that for you.

[Require Chrome version 89]

How it works:

1. Define the groups and the addresses for each group
2. Open new tabs in your browser as usual
3. Click "Group Tab" to group all your tabs

***** See the video for a better instruction and demo *****

Jot a comment if you have any feedback for this extension, I'll reply you directly.                    

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

ชื่อ Auto Group Tab Auto Group Tab
ID ockjmhnpoiklcfkdpjfbebjepehbbbco
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/auto-group-tab/ockjmhnpoiklcfkdpjfbebjepehbbbco
คำอธิบาย Auto group your Chrome tabs
ขนาดไฟล์ 230 KB
จำนวนการติดตั้ง 25
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2021-05-09
วันที่เผยแพร่ 2021-05-08
ผู้พัฒนา Huy Vu
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto Group Tab",
    "description": "Auto group your Chrome tabs",
    "version": "1.0",
    "manifest_version": 3,
    "permissions": [
        "tabs",
        "tabGroups",
        "storage"
    ],
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "\/images\/logo16.png",
            "32": "\/images\/logo32.png",
            "48": "\/images\/logo48.png",
            "128": "\/images\/logo128.png"
        }
    },
    "icons": {
        "16": "\/images\/logo16.png",
        "32": "\/images\/logo32.png",
        "48": "\/images\/logo48.png",
        "128": "\/images\/logo128.png"
    }
}