Cryonics
This extension saves all your opened tabs and resuscitates them later on any computer.
Cryonics là gì?
Cryonics là một tiện ích mở rộng Chrome được phát triển bởi Jing Li, và tính năng chính của nó là "This extension saves all your opened tabs and resuscitates them later on any computer.".
Ả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 Cryonics
Tải xuống các tệp mở rộng Cryonics 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
✭ 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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Cryonics |
ID | hkombacagedhkddahffppknpaiocgeap |
URL Chính Thức | https://chromewebstore.google.com/detail/cryonics/hkombacagedhkddahffppknpaiocgeap |
Mô tả | This extension saves all your opened tabs and resuscitates them later on any computer. |
Kích Thước Tệp | 13.61 KB |
Số Lần Cài Đặt | 33 |
Phiên Bản Hiện Tại | 2.0.1 |
Cập Nhật Lần Cuối | 2023-12-15 |
Ngày Phát Hành | 2014-01-30 |
Đánh Giá | 5.00/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | Jing Li |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/thyrlian/cryonics |
URL Trang Trợ Giúp | https://github.com/thyrlian/cryonics/issues |
URL Trang Chính Sách Bảo Mật | https://github.com/thyrlian/cryonics/blob/master/PRIVACY_POLICY.md |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |