Hibernation
Hibernate your current browser session and restore it later
Cos'è Hibernation?
Hibernation è un'estensione di Chrome sviluppata da https://thecodestreet.com, e la sua funzione principale è "Hibernate your current browser session and restore it later".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Hibernation
Scarica i file di estensione Hibernation 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
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.
Informazioni di Base sull'Estensione
Nome | Hibernation |
ID | dcjlhmflaabodjjjbdmapjfpcfoddgaa |
URL Ufficiale | https://chromewebstore.google.com/detail/hibernation/dcjlhmflaabodjjjbdmapjfpcfoddgaa |
Descrizione | Hibernate your current browser session and restore it later |
Dimensione del File | 7.88 KB |
Conteggio Installazioni | 54 |
Versione Corrente | 4.0 |
Ultimo Aggiornamento | 2014-08-06 |
Data di Pubblicazione | 2014-08-06 |
Valutazione | 1.50/5 Totale 2 Valutazioni |
Sviluppatore | https://thecodestreet.com |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |