Tab Saver
Reduces memory by saving your open tabs for later use
Tab Saver란 무엇입니까?
Tab Saver은(는) http://visnova.media에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Reduces memory by saving your open tabs for later use"입니다.
확장 프로그램 스크린샷
Tab Saver 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Have you ever wanted to temporarily close all the tabs of your browser but couldn't? With this extension now you can! Just with a simple click, you can save all the tabs you currently have open. You can give a name to that tab group to easily find them later. You can create as many tab groups as you want and restore them any time! Required permissions: 'Set your new tab' - this permission is needed for the “New Tab” page. 'Open Tabs' - this permission is needed to save your open tabs. Privacy: Your privacy matters. Here's how we protect it: https://www.tab-saver.com/privacy Terms Of Use: https://www.tab-saver.com/eula By clicking "Add to chrome", I accept and agree to installing Tab Saver Chrome extension and setting Chrome™ New Tab to that provided by the service and the Terms of Use and Privacy Policy.
확장 프로그램 기본 정보
이름 | |
ID | daanjholbobmhepdohhgklgoidoofopf |
공식 URL | https://chrome.google.com/webstore/detail/tab-saver/daanjholbobmhepdohhgklgoidoofopf |
설명 | Reduces memory by saving your open tabs for later use |
파일 크기 | 267 KB |
설치 횟수 | 4,485 |
현재 버전 | 2.4 |
최근 업데이트 | 2021-02-23 |
출시 날짜 | 2019-11-28 |
평점 | 2.83/5 총 23 개의 평점 |
개발자 | http://visnova.media |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.tab-saver.com |
개인정보 보호 정책 페이지 URL | https://www.tab-saver.com/privacy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "chrome_url_overrides": { "newtab": "tabsaver.html" }, "manifest_version": 2, "name": "Tab Saver", "version": "2.4", "description": "Reduces memory by saving your open tabs for later use", "icons": { "16": "images\/16.png", "32": "images\/32.png", "48": "images\/48.png", "128": "images\/128.png" }, "browser_action": { "default_popup": "popup.html", "default_title": "Tab Saver" }, "background": { "page": "tabsaver.html", "persistent": false }, "options_page": "options.html", "permissions": [ "tabs", "storage", "unlimitedStorage" ] } |