Hibernation
Hibernate your current browser session and restore it later
Hibernation là gì?
Hibernation là một tiện ích mở rộng Chrome được phát triển bởi https://thecodestreet.com, và tính năng chính của nó là "Hibernate your current browser session and restore it later".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Hibernation
Tải xuống các tệp mở rộng Hibernation dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Hibernation |
ID | dcjlhmflaabodjjjbdmapjfpcfoddgaa |
URL Chính Thức | https://chromewebstore.google.com/detail/hibernation/dcjlhmflaabodjjjbdmapjfpcfoddgaa |
Mô tả | Hibernate your current browser session and restore it later |
Kích Thước Tệp | 7.88 KB |
Số Lần Cài Đặt | 54 |
Phiên Bản Hiện Tại | 4.0 |
Cập Nhật Lần Cuối | 2014-08-06 |
Ngày Phát Hành | 2014-08-06 |
Đánh Giá | 1.50/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://thecodestreet.com |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |