Cryonics
This extension saves all your opened tabs and resuscitates them later on any computer.
Cryonicsคืออะไร?
Cryonics เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jing Li และคุณลักษณะหลักของมันคือ "This extension saves all your opened tabs and resuscitates them later on any computer."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cryonics
ดาวน์โหลดไฟล์ส่วนขยาย Cryonics ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
✭ Saved data can be automatically synced with Chrome sync (no other account needed). ✭ Neat UI, powered by Twitter's Bootstrap. ✭ The hint (optional) for saving can be a word or phrase, just to remind you what the opened tabs are about. If it's empty, the saving identifier will consist of a timestamp and the number of tabs, e.g. 2013-12-18T20:15:59 (10 tabs). ✭ After saving, it wouldn't close your chrome window. Thus, you can continue working on those tabs if you want. ✭ You can save as many times as you want, they'll be stored as different entries. ✭ Right after saved tabs are opened, the saved entry will be automatically removed. ✍ Project is open sourced at https://github.com/thyrlian/cryonics
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Cryonics |
ID | hkombacagedhkddahffppknpaiocgeap |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/cryonics/hkombacagedhkddahffppknpaiocgeap |
คำอธิบาย | This extension saves all your opened tabs and resuscitates them later on any computer. |
ขนาดไฟล์ | 13.61 KB |
จำนวนการติดตั้ง | 33 |
เวอร์ชันปัจจุบัน | 2.0.1 |
อัปเดตครั้งล่าสุด | 2023-12-15 |
วันที่เผยแพร่ | 2014-01-30 |
คะแนน | 5.00/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | Jing Li |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/thyrlian/cryonics |
URL หน้าช่วยเหลือ | https://github.com/thyrlian/cryonics/issues |
URL หน้านโยบายความเป็นส่วนตัว | https://github.com/thyrlian/cryonics/blob/master/PRIVACY_POLICY.md |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Cryonics", "description": "This extension saves all your opened tabs and resuscitates them later on any computer.", "version": "2.0.1", "icons": { "128": "icon.png" }, "action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "storage" ] } |