Hibernation
Hibernate your current browser session and restore it later
¿Qué es Hibernation?
Hibernation es una extensión de Chrome desarrollada por https://thecodestreet.com, y su función principal es "Hibernate your current browser session and restore it later".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Hibernation
Descarga archivos de extensión Hibernation 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
Save the tabs before closing your chrome. And restore those tabs next time you open chrome. Do not need to remember for the tabs you opened in your previous chrome session, or go to chrome history. Hibernation provides you ease to save your current chrome session so that you can restore it next time with a single click. Steps: 1.Goto Hibernation and click on hibernate. 2.Close your chrome when you feel so. 3.Open Chrome, goto Hibernation and click restore.
Información Básica de la Extensión
Nombre | Hibernation |
ID | dcjlhmflaabodjjjbdmapjfpcfoddgaa |
URL Oficial | https://chromewebstore.google.com/detail/hibernation/dcjlhmflaabodjjjbdmapjfpcfoddgaa |
Descripción | Hibernate your current browser session and restore it later |
Tamaño del Archivo | 7.88 KB |
Cantidad de Instalaciones | 54 |
Versión Actual | 4.0 |
Última Actualización | 2014-08-06 |
Fecha de Publicación | 2014-08-06 |
Calificación | 1.50/5 Total de 2 Calificaciones |
Desarrollador | https://thecodestreet.com |
Tipo de Pago | free |
Idiomas Soportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hibernation", "description": "Hibernate your current browser session and restore it later", "version": "4.0", "permissions": [ "tabs", "storage" ], "browser_action": { "default_popup": "index.html", "default_title": "Hibernate Chrome tabs", "default_icon": "session.png" } } |