Hibernation
Hibernate your current browser session and restore it later
ما هو Hibernation؟
Hibernation هو إضافة Chrome تم تطويرها بواسطة https://thecodestreet.com، والميزة الرئيسية لها هي "Hibernate your current browser session and restore it later".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Hibernation
قم بتنزيل ملفات الامتداد Hibernation بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Save the tabs before closing your chrome. And restore those tabs next time you open chrome. Do not need to remember for the tabs you opened in your previous chrome session, or go to chrome history. Hibernation provides you ease to save your current chrome session so that you can restore it next time with a single click. Steps: 1.Goto Hibernation and click on hibernate. 2.Close your chrome when you feel so. 3.Open Chrome, goto Hibernation and click restore.
معلومات أساسية عن التمديد
الاسم | Hibernation |
ID | dcjlhmflaabodjjjbdmapjfpcfoddgaa |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/hibernation/dcjlhmflaabodjjjbdmapjfpcfoddgaa |
الوصف | Hibernate your current browser session and restore it later |
حجم الملف | 7.88 KB |
عدد التثبيتات | 54 |
النسخة الحالية | 4.0 |
آخر تحديث | 2014-08-06 |
تاريخ النشر | 2014-08-06 |
تقييم | 1.50/5 مجموع تقييمات 2 |
المطور | https://thecodestreet.com |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hibernation", "description": "Hibernate your current browser session and restore it later", "version": "4.0", "permissions": [ "tabs", "storage" ], "browser_action": { "default_popup": "index.html", "default_title": "Hibernate Chrome tabs", "default_icon": "session.png" } } |