Auto-Group Tabs
Automatically add tabs to your configured groups, based on their URL.
Auto-Group Tabsคืออะไร?
Auto-Group Tabs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://loilo.de และคุณลักษณะหลักของมันคือ "Automatically add tabs to your configured groups, based on their URL."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Auto-Group Tabs
ดาวน์โหลดไฟล์ส่วนขยาย Auto-Group Tabs ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Categorize your frequently used websites and automatically add them to tab groups whenever you open them.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Auto-Group Tabs |
ID | danncghahncanipdoajmakdbeaophenb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/auto-group-tabs/danncghahncanipdoajmakdbeaophenb |
คำอธิบาย | Automatically add tabs to your configured groups, based on their URL. |
ขนาดไฟล์ | 1.2 MB |
จำนวนการติดตั้ง | 15,285 |
เวอร์ชันปัจจุบัน | 0.0.20 |
อัปเดตครั้งล่าสุด | 2023-10-06 |
วันที่เผยแพร่ | 2021-03-16 |
คะแนน | 4.75/5 รวมทั้งหมด 80 คะแนน |
ผู้พัฒนา | https://loilo.de |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | https://github.com/loilo/auto-group-tabs/issues |
ภาษาที่รองรับ | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.0.20", "manifest_version": 3, "description": "__MSG_appDesc__", "homepage_url": "https:\/\/loilo.de", "icons": { "16": "icons\/icon16.png", "19": "icons\/icon19.png", "128": "icons\/icon128.png", "256": "icons\/icon256.png" }, "default_locale": "en", "background": { "service_worker": "background.js" }, "options_ui": { "open_in_tab": false, "page": "index.html?context=options" }, "action": { "default_popup": "index.html?context=popup" }, "permissions": [ "tabs", "tabGroups", "storage" ] } |