Hibernation
Hibernate your current browser session and restore it later
Hibernationคืออะไร?
Hibernation เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://thecodestreet.com และคุณลักษณะหลักของมันคือ "Hibernate your current browser session and restore it later"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hibernation
ดาวน์โหลดไฟล์ส่วนขยาย 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" } } |