Hibernation
Hibernate your current browser session and restore it later
Qu'est-ce que Hibernation ?
Hibernation est une extension Chrome développée par https://thecodestreet.com, et sa fonction principale est "Hibernate your current browser session and restore it later".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Hibernation
Téléchargez les fichiers d'extension Hibernation au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Hibernation |
ID | dcjlhmflaabodjjjbdmapjfpcfoddgaa |
URL Officiel | https://chromewebstore.google.com/detail/hibernation/dcjlhmflaabodjjjbdmapjfpcfoddgaa |
Description | Hibernate your current browser session and restore it later |
Taille du Fichier | 7.88 KB |
Nombre d'Installations | 54 |
Version Actuelle | 4.0 |
Dernière Mise à Jour | 2014-08-06 |
Date de Publication | 2014-08-06 |
Évaluation | 1.50/5 Total 2 Évaluations |
Développeur | https://thecodestreet.com |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |