Reload Tabs
Reload all Chrome tabs, including the ones that are frozen by Great Suspender
ما هو Reload Tabs؟
Reload Tabs هو إضافة Chrome تم تطويرها بواسطة https://ephrain.pixnet.net، والميزة الرئيسية لها هي "Reload all Chrome tabs, including the ones that are frozen by Great Suspender".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Reload Tabs
قم بتنزيل ملفات الامتداد Reload Tabs بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Reload all Chrome tabs at once. This extension can also resume the tabs that are frozen by Great Suspender (https://chrome.google.com/webstore/detail/the-great-suspender/klbibkeccnjlkjkiokjodocebajanakg), which is a great chrome extension to help freeze inactive chrome tabs to release system resources.
معلومات أساسية عن التمديد
الاسم | Reload Tabs |
ID | inhimoldpmckkeohhdkccpnpbpdfaple |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/reload-tabs/inhimoldpmckkeohhdkccpnpbpdfaple |
الوصف | Reload all Chrome tabs, including the ones that are frozen by Great Suspender |
حجم الملف | 14.43 KB |
عدد التثبيتات | 793 |
النسخة الحالية | 1.0 |
آخر تحديث | 2014-09-24 |
تاريخ النشر | 2014-09-24 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | https://ephrain.pixnet.net |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://ephrain.net/%E5%9C%96%E6%9B%B8%E9%A4%A8%E5%A4%9A%E9%87%8D%E5%B8%B3%E6%88%B6%E7%99%BB%E5%85%A5 |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Reload Tabs", "description": "Reload all Chrome tabs, including the ones that are frozen by Great Suspender", "version": "1.0", "permissions": [ "tabs" ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |