Cryonics
This extension saves all your opened tabs and resuscitates them later on any computer.
什麼是Cryonics?
Cryonics是由Jing Li開發的Chrome擴展程式,該擴展的主要功能是“This extension saves all your opened tabs and resuscitates them later on any computer.”。
擴展截圖
下載Cryonics擴展crx文件
下載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 |
官方網址 | 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" ] } |