Cryonics

This extension saves all your opened tabs and resuscitates them later on any computer.

Cryonics क्या है?

Cryonics Jing Li द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension saves all your opened tabs and resuscitates them later on any computer."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Cryonics एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        ✭ 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 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"
    ]
}