Hibernation
Hibernate your current browser session and restore it later
什么是Hibernation?
Hibernation是由https://thecodestreet.com开发的Chrome扩展程序,该扩展的主要功能是“Hibernate your current browser session and restore it later”。
扩展截图
下载Hibernation扩展crx文件
下载Hibernation扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Hibernation |
ID | dcjlhmflaabodjjjbdmapjfpcfoddgaa |
官方URL | https://chromewebstore.google.com/detail/hibernation/dcjlhmflaabodjjjbdmapjfpcfoddgaa |
简介 | Hibernate your current browser session and restore it later |
文件大小 | 7.88 KB |
安装次数 | 54 |
当前版本 | 4.0 |
更新时间 | 2014-08-06 |
上架时间 | 2014-08-06 |
评分 | 1.50/5 共2次评分 |
开发者 | https://thecodestreet.com |
付费类型 | free |
支持的语言 | 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" } } |