Cryonics
This extension saves all your opened tabs and resuscitates them later on any computer.
¿Qué es Cryonics?
Cryonics es una extensión de Chrome desarrollada por Jing Li, y su función principal es "This extension saves all your opened tabs and resuscitates them later on any computer.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Cryonics
Descarga archivos de extensión Cryonics en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
✭ 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
Información Básica de la Extensión
Nombre | Cryonics |
ID | hkombacagedhkddahffppknpaiocgeap |
URL Oficial | https://chromewebstore.google.com/detail/cryonics/hkombacagedhkddahffppknpaiocgeap |
Descripción | This extension saves all your opened tabs and resuscitates them later on any computer. |
Tamaño del Archivo | 13.61 KB |
Cantidad de Instalaciones | 33 |
Versión Actual | 2.0.1 |
Última Actualización | 2023-12-15 |
Fecha de Publicación | 2014-01-30 |
Calificación | 5.00/5 Total de 5 Calificaciones |
Desarrollador | Jing Li |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/thyrlian/cryonics |
URL de la Página de Ayuda | https://github.com/thyrlian/cryonics/issues |
URL de la Página de Política de Privacidad | https://github.com/thyrlian/cryonics/blob/master/PRIVACY_POLICY.md |
Idiomas Soportados | 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" ] } |