Hibernation
Hibernate your current browser session and restore it later
Was ist Hibernation?
Hibernation ist eine Chrome-Erweiterung, die von https://thecodestreet.com entwickelt wurde, und ihr Hauptmerkmal ist "Hibernate your current browser session and restore it later".
Erweiterungsscreenshots
Hibernation-Erweiterungs-CRX-Datei herunterladen
Laden Sie Hibernation-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Hibernation |
ID | dcjlhmflaabodjjjbdmapjfpcfoddgaa |
Offizielle URL | https://chromewebstore.google.com/detail/hibernation/dcjlhmflaabodjjjbdmapjfpcfoddgaa |
Beschreibung | Hibernate your current browser session and restore it later |
Dateigröße | 7.88 KB |
Installationsanzahl | 54 |
Aktuelle Version | 4.0 |
Letztes Update | 2014-08-06 |
Veröffentlichungsdatum | 2014-08-06 |
Bewertung | 1.50/5 Insgesamt 2 Bewertungen |
Entwickler | https://thecodestreet.com |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |