Hibernation
Hibernate your current browser session and restore it later
Vad är Hibernation?
Hibernation är en Chrome-tillägg utvecklad av https://thecodestreet.com, och dess huvudfunktion är "Hibernate your current browser session and restore it later".
Tilläggsskärmbilder
Ladda ner Hibernation-förlängningens CRX-fil
Ladda ner Hibernation-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Hibernation |
ID | dcjlhmflaabodjjjbdmapjfpcfoddgaa |
Officiell webbadress | https://chromewebstore.google.com/detail/hibernation/dcjlhmflaabodjjjbdmapjfpcfoddgaa |
Beskrivning | Hibernate your current browser session and restore it later |
Filstorlek | 7.88 KB |
Antal Installationer | 54 |
Aktuell Version | 4.0 |
Senast Uppdaterad | 2014-08-06 |
Publiceringsdatum | 2014-08-06 |
Betyg | 1.50/5 Totalt 2 Betyg |
Utvecklare | https://thecodestreet.com |
Betalningssätt | free |
Stödda Språk | 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" } } |