Save That Group - Save & Sync your GroupTabs
A simple extension to save and sync your group tabs
Save That Group - Save & Sync your GroupTabsคืออะไร?
Save That Group - Save & Sync your GroupTabs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ferdi และคุณลักษณะหลักของมันคือ "A simple extension to save and sync your group tabs"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Save That Group - Save & Sync your GroupTabs
ดาวน์โหลดไฟล์ส่วนขยาย Save That Group - Save & Sync your GroupTabs ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
🔥A simple way to save and sync your group tabs!🔥 ⭐️Just hit Save group and it will save new groups and update any existing one! ⭐️It will sync automatically across any Chrome browser that you are logged into! ***Important notes*** ✔️All groups are stored by the group name! ✔️Same name groups are currently not supported ✔️If a group with the same name is already open it won't open again! ✔️Currently limited to 50 groups and 30 tabs per group. ✔️Chrome sync needs to be one for the groups to be synced across different browsers.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Save That Group - Save & Sync your GroupTabs |
ID | hfddgpigmjhagbjpinbfnemkfdfgjbcg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/save-that-group-save-sync/hfddgpigmjhagbjpinbfnemkfdfgjbcg |
คำอธิบาย | A simple extension to save and sync your group tabs |
ขนาดไฟล์ | 14.08 KB |
จำนวนการติดตั้ง | 236 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2022-02-15 |
วันที่เผยแพร่ | 2022-02-15 |
คะแนน | 4.33/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | Ferdi |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "1.0.0", "name": "Save That Group - Save & Sync your GroupTabs", "description": "A simple extension to save and sync your group tabs", "action": { "default_popup": "index.html" }, "icons": { "32": "icon32.png", "64": "icon64.png", "128": "icon128.png" }, "permissions": [ "tabGroups", "tabs", "storage" ] } |