Hibernation
Hibernate your current browser session and restore it later
What is Hibernation?
Hibernation is a Chrome extension developed by https://thecodestreet.com, and its main feature is "Hibernate your current browser session and restore it later".
Extension Screenshots
Download Hibernation Extension CRX File
Download Hibernation extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Hibernation |
ID | dcjlhmflaabodjjjbdmapjfpcfoddgaa |
Official URL | https://chromewebstore.google.com/detail/hibernation/dcjlhmflaabodjjjbdmapjfpcfoddgaa |
Description | Hibernate your current browser session and restore it later |
File Size | 7.88 KB |
Installation Count | 54 |
Current Version | 4.0 |
Last Updated | 2014-08-06 |
Publish Date | 2014-08-06 |
Rating | 1.50/5 Total 2 Ratings |
Developer | https://thecodestreet.com |
Payment Type | free |
Supported Languages | 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" } } |