Automatically Group Tabs
Automatically group tabs by URL
Automatically Group Tabsคืออะไร?
Automatically Group Tabs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย aximario และคุณลักษณะหลักของมันคือ "Automatically group tabs by URL"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Automatically Group Tabs
ดาวน์โหลดไฟล์ส่วนขยาย Automatically Group Tabs ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
According to the configured rules, the tabs are automatically grouped according to the URL, which reduces the trouble that it is difficult to find the desired tab.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Automatically Group Tabs |
ID | apdbpjooldepljcbgbcjefgodkmhenle |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/automatically-group-tabs/apdbpjooldepljcbgbcjefgodkmhenle |
คำอธิบาย | Automatically group tabs by URL |
ขนาดไฟล์ | 13.7 KB |
จำนวนการติดตั้ง | 76 |
เวอร์ชันปัจจุบัน | 2.0.1 |
อัปเดตครั้งล่าสุด | 2022-05-29 |
วันที่เผยแพร่ | 2022-05-16 |
คะแนน | 4.33/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | aximario |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extensionName__", "default_locale": "zh_CN", "description": "__MSG_extensionDescription__", "version": "2.0.1", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "tabs", "tabGroups" ], "action": { "default_title": "__MSG_optionsPageTitle__", "default_icon": { "16": "\/images\/tabgroups.png", "32": "\/images\/tabgroups.png", "48": "\/images\/tabgroups.png", "128": "\/images\/tabgroups.png" } }, "icons": { "16": "\/images\/tabgroups.png", "32": "\/images\/tabgroups.png", "48": "\/images\/tabgroups.png", "128": "\/images\/tabgroups.png" }, "options_page": "index.html" } |