Tab Group Saver - Save and Manage Tab Groups
Tab Group Saver is a chrome extension that enables you to suspend and manage your tabs and tab groups. With Tab Group Saver, you…
Tab Group Saver - Save and Manage Tab Groups란 무엇입니까?
Tab Group Saver - Save and Manage Tab Groups은(는) Tab Group Saver에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Tab Group Saver is a chrome extension that enables you to suspend and manage your tabs and tab groups. With Tab Group Saver, you…"입니다.
확장 프로그램 스크린샷
Tab Group Saver - Save and Manage Tab Groups 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Tab Group Saver is a chrome extension that enables you to suspend and manage your tabs and tab groups. With Tab Group Saver, you can keep a cleaner workspace while reducing Chrome's memory footprint. Features: - Suspend tab groups & restore them later - View all open tab groups - Rename tab groups - Manage your windows and tabs
확장 프로그램 기본 정보
이름 | Tab Group Saver - Save and Manage Tab Groups |
ID | ghbdjeckopemkoomopmpgjifafpcjhga |
공식 URL | https://chromewebstore.google.com/detail/tab-group-saver-save-and/ghbdjeckopemkoomopmpgjifafpcjhga |
설명 | Tab Group Saver is a chrome extension that enables you to suspend and manage your tabs and tab groups. With Tab Group Saver, you… |
파일 크기 | 391 KB |
설치 횟수 | 20,000 |
현재 버전 | 0.0.7 |
최근 업데이트 | 2024-02-07 |
출시 날짜 | 2021-03-09 |
평점 | 3.36/5 총 81 개의 평점 |
개발자 | Tab Group Saver |
이메일 | [email protected] |
결제 유형 | free |
도움말 페이지 URL | https://twitter.com/TabGroupSaver |
개인정보 보호 정책 페이지 URL | https://tabgroupsaver.com/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.7", "name": "Tab Group Saver - Save and Manage Tab Groups", "manifest_version": 3, "minimum_chrome_version": "89", "options_page": "options.html", "background": { "service_worker": "background.bundle.js" }, "action": { "default_popup": "popup.html", "default_icon": "icon-48.png" }, "icons": { "48": "icon-48.png", "128": "icon-128.png" }, "devtools_page": "devtools.html", "web_accessible_resources": [ { "resources": [ "icon-128.png", "icon-48.png", "icon-16.png" ], "matches": [] } ], "permissions": [ "tabs", "tabGroups", "storage" ] } |