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 |
| 公式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 |
| Eメール | [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"
]
} | |