Cryonics

This extension saves all your opened tabs and resuscitates them later on any computer.

Cryonics란 무엇입니까?

Cryonics은(는) Jing Li에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension saves all your opened tabs and resuscitates them later on any computer."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        ✭ Saved data can be automatically synced with Chrome sync (no other account needed).

 ✭ Neat UI, powered by Twitter's Bootstrap.

 ✭ The hint (optional) for saving can be a word or phrase, just to remind you what the opened tabs are about.  If it's empty, the saving identifier will consist of a timestamp and the number of tabs, e.g. 2013-12-18T20:15:59 (10 tabs).

 ✭ After saving, it wouldn't close your chrome window.  Thus, you can continue working on those tabs if you want.

 ✭ You can save as many times as you want, they'll be stored as different entries.

 ✭ Right after saved tabs are opened, the saved entry will be automatically removed.

 ✍ Project is open sourced at https://github.com/thyrlian/cryonics                    

확장 프로그램 기본 정보

이름 Cryonics Cryonics
ID hkombacagedhkddahffppknpaiocgeap
공식 URL https://chromewebstore.google.com/detail/cryonics/hkombacagedhkddahffppknpaiocgeap
설명 This extension saves all your opened tabs and resuscitates them later on any computer.
파일 크기 13.61 KB
설치 횟수 33
현재 버전 2.0.1
최근 업데이트 2023-12-15
출시 날짜 2014-01-30
평점 5.00/5 총 5 개의 평점
개발자 Jing Li
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/thyrlian/cryonics
도움말 페이지 URL https://github.com/thyrlian/cryonics/issues
개인정보 보호 정책 페이지 URL https://github.com/thyrlian/cryonics/blob/master/PRIVACY_POLICY.md
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Cryonics",
    "description": "This extension saves all your opened tabs and resuscitates them later on any computer.",
    "version": "2.0.1",
    "icons": {
        "128": "icon.png"
    },
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}