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.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Cryonics

قم بتنزيل ملفات الامتداد Cryonics بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة https://github.com/thyrlian/cryonics/issues
عنوان صفحة سياسة الخصوصية 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"
    ]
}