Tab Saver
Save your tabs to use them later
Tab Saver란 무엇입니까?
Tab Saver은(는) Make Your Life Better에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save your tabs to use them later"입니다.
확장 프로그램 스크린샷
Tab Saver 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Tab Saver is an open source tool to save your tabs. You can save your tabs if you want to take a break from a subject when you are using too many tabs related too many different subject. Then you can reopen them as a tab group and continue where you left off! You can use it with a basic popup. Your data is not stored at anywhere but your computer. It's pure, secure and useful. You can contact me for bug reporting, feature demanding etc. Code: https://github.com/i01000101/Chrome-Tab-Saver
확장 프로그램 기본 정보
이름 | Tab Saver |
ID | ebkmnfjbmmfeogbaokjedeigicecplje |
공식 URL | https://chromewebstore.google.com/detail/tab-saver/ebkmnfjbmmfeogbaokjedeigicecplje |
설명 | Save your tabs to use them later |
파일 크기 | 218 KB |
설치 횟수 | 895 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2021-04-14 |
출시 날짜 | 2021-04-13 |
평점 | 4.75/5 총 4 개의 평점 |
개발자 | Make Your Life Better |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Tab Saver", "version": "1.0.0", "description": "Save your tabs to use them later", "action": { "default_icon": "icons\/boxIcon.png", "default_popup": "popup.html", "default_title": "Tab Saver" }, "permissions": [ "tabs", "tabGroups", "storage", "unlimitedStorage" ], "icons": { "512": "icons\/boxIcon.png" } } |