Cryonics

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

Co to jest Cryonics?

Cryonics to rozszerzenie Chrome opracowane przez Jing Li, a jego główną funkcją jest „This extension saves all your opened tabs and resuscitates them later on any computer.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Cryonics

Pobierz pliki rozszerzeń Cryonics w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        ✭ 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                    

Podstawowe informacje o rozszerzeniu

Nazwa Cryonics Cryonics
ID hkombacagedhkddahffppknpaiocgeap
Oficjalny URL https://chromewebstore.google.com/detail/cryonics/hkombacagedhkddahffppknpaiocgeap
Opis This extension saves all your opened tabs and resuscitates them later on any computer.
Rozmiar pliku 13.61 KB
Liczba instalacji 33
Aktualna Wersja 2.0.1
Ostatnia Aktualizacja 2023-12-15
Data Publikacji 2014-01-30
Ocena 5.00/5 Łącznie 5 Oceny
Deweloper Jing Li
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/thyrlian/cryonics
Adres URL Strony Pomocy https://github.com/thyrlian/cryonics/issues
Adres URL Strony Polityki Prywatności https://github.com/thyrlian/cryonics/blob/master/PRIVACY_POLICY.md
Obsługiwane Języki 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"
    ]
}