Reload All Tabs
This extension reloads all tabs with one click
ما هو Reload All Tabs؟
Reload All Tabs هو إضافة Chrome تم تطويرها بواسطة CREOTIVE، والميزة الرئيسية لها هي "This extension reloads all tabs with one click".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Reload All Tabs
قم بتنزيل ملفات الامتداد Reload All Tabs بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension reloads all tabs with one click. This feature does not have Google Chrome unlike Firefox, so this extension is special for those firefox users who use Chrome for any purpose :D
معلومات أساسية عن التمديد
الاسم | |
ID | bnefkbkgplakejnfhhhdfmacfbhbmnbd |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/reload-all-tabs/bnefkbkgplakejnfhhhdfmacfbhbmnbd |
الوصف | This extension reloads all tabs with one click |
حجم الملف | 9.29 KB |
عدد التثبيتات | 522 |
النسخة الحالية | 1.0 |
آخر تحديث | 2014-09-05 |
تاريخ النشر | 2014-09-05 |
تقييم | 3.00/5 مجموع تقييمات 4 |
المطور | CREOTIVE |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Reload All Tabs", "description": "This extension reloads all tabs with one click", "version": "1.0", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_icon": "icon.png" }, "icons": { "128": "icon.png" }, "background": { "page": "background.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |