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是由Ferdi开发的Chrome扩展程序,该扩展的主要功能是“A simple extension to save and sync your group tabs”。
扩展截图
下载Save That Group - Save & Sync your GroupTabs扩展crx文件
下载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" ] } |