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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
🔥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 |
| 이메일 | [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"
]
} | |