Tab Saver

One button click to save your current tab session offline for later restoring.

Tab Saver란 무엇입니까?

Tab Saver은(는) https://noahyamamoto.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "One button click to save your current tab session offline for later restoring."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Tab Saver 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Tab Saver provides a friendly little button that, upon pressing, will close and save all your open tabs to local storage for easy restoring later.

Features include:
  - Up to 95% memory reduction by saving your tab session for later.
  - Can be used as an alternative to extensions like Panic Button and OneTab.
  - Simple and colorful tab preview page that randomly generates a new background every time.
  - Gathers absolutely zero information on you and is completely open source (https://github.com/Egrodo/tab-saver-chrome-extension)
  - Super small extension, doesn't run in the background when not used, doesn't add any bloat to your browser

More features will be added as I think of them, suggestions welcome!                    

확장 프로그램 기본 정보

이름 Tab Saver Tab Saver
ID bcolcolejgecmpoklbikgcecpmchnkhh
공식 URL https://chromewebstore.google.com/detail/tab-saver/bcolcolejgecmpoklbikgcecpmchnkhh
설명 One button click to save your current tab session offline for later restoring.
파일 크기 43.49 KB
설치 횟수 382
현재 버전 1.2
최근 업데이트 2019-12-21
출시 날짜 2019-12-20
평점 3.00/5 총 4 개의 평점
개발자 https://noahyamamoto.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/Egrodo/Tab-Saver-Chrome-Extension
도움말 페이지 URL https://github.com/Egrodo/Tab-Saver-Chrome-Extension/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Saver",
    "description": "One button click to save your current tab session offline for later restoring.",
    "version": "1.2",
    "browser_action": {
        "default_icon": "icon-64.png",
        "default_title": "Tab Saver"
    },
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "64": "icon-64.png",
        "128": "icon-128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "storage",
        "tabs"
    ]
}