Cryonics
This extension saves all your opened tabs and resuscitates them later on any computer.
Cos'è Cryonics?
Cryonics è un'estensione di Chrome sviluppata da Jing Li, e la sua funzione principale è "This extension saves all your opened tabs and resuscitates them later on any computer.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Cryonics
Scarica i file di estensione Cryonics in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
✭ 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 Informazioni di Base sull'Estensione
| Nome | |
| ID | hkombacagedhkddahffppknpaiocgeap |
| URL Ufficiale | https://chromewebstore.google.com/detail/cryonics/hkombacagedhkddahffppknpaiocgeap |
| Descrizione | This extension saves all your opened tabs and resuscitates them later on any computer. |
| Dimensione del File | 13.61 KB |
| Conteggio Installazioni | 33 |
| Versione Corrente | 2.0.1 |
| Ultimo Aggiornamento | 2023-12-15 |
| Data di Pubblicazione | 2014-01-30 |
| Valutazione | 5.00/5 Totale 5 Valutazioni |
| Sviluppatore | Jing Li |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/thyrlian/cryonics |
| URL della Pagina di Aiuto | https://github.com/thyrlian/cryonics/issues |
| URL della Pagina della Politica sulla Privacy | https://github.com/thyrlian/cryonics/blob/master/PRIVACY_POLICY.md |
| Lingue Supportate | 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"
]
} | |