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. 擴展基本資訊
| 名稱 | |
| ID | hfddgpigmjhagbjpinbfnemkfdfgjbcg |
| 官方網址 | 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"
]
} | |