Cryonics

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

Wat is Cryonics?

Cryonics is een Chrome-extensie ontwikkeld door Jing Li, en de belangrijkste functie is "This extension saves all your opened tabs and resuscitates them later on any computer.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Cryonics

Download Cryonics-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        ✭ 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                    

Basisinformatie over de Extensie

Naam Cryonics Cryonics
ID hkombacagedhkddahffppknpaiocgeap
Officiële URL https://chromewebstore.google.com/detail/cryonics/hkombacagedhkddahffppknpaiocgeap
Beschrijving This extension saves all your opened tabs and resuscitates them later on any computer.
Bestandsgrootte 13.61 KB
Aantal Installaties 33
Huidige Versie 2.0.1
Laatst Bijgewerkt 2023-12-15
Publicatiedatum 2014-01-30
Beoordeling 5.00/5 Totaal 5 Beoordelingen
Ontwikkelaar Jing Li
E-mail thyrlian@gmail.com
Betalingswijze free
Extensiewebsite https://github.com/thyrlian/cryonics
Help Pagina-URL https://github.com/thyrlian/cryonics/issues
URL van de Privacybeleid Pagina https://github.com/thyrlian/cryonics/blob/master/PRIVACY_POLICY.md
Ondersteunde Talen 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"
    ]
}