Reload All Tabs
Reload all tabas
ما هو Reload All Tabs؟
Reload All Tabs هو إضافة Chrome تم تطويرها بواسطة https://studiobinghuan.blogspot.com، والميزة الرئيسية لها هي "Reload all tabas".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Reload All Tabs
قم بتنزيل ملفات الامتداد Reload All Tabs بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This browser extension provide a function to let user refresh all tabs, for example: There is a website, and you want to preview the content before downloading. So, you open items by tabs, and preview it first. Next, you want to download it, but there is a notification said: you should login first. After login this website, you always need to reload all page to get permission to download. Now, you can just use this browser extension to reload all tabs with login status. My Blog: http://studiobinghuan.blogspot.tw/?view=flipcard or http://bhtalk.blogspot.tw/
معلومات أساسية عن التمديد
الاسم | Reload All Tabs |
ID | kckchgndelncbndagologlincadijebb |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/reload-all-tabs/kckchgndelncbndagologlincadijebb |
الوصف | Reload all tabas |
حجم الملف | 1.1 MB |
عدد التثبيتات | 98 |
النسخة الحالية | 1.0.0 |
آخر تحديث | 2014-12-02 |
تاريخ النشر | 2014-12-02 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | https://studiobinghuan.blogspot.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة المساعدة | http://studiobinghuan.blogspot.tw/?view=flipcard |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Reload All Tabs", "description": "Reload all tabas", "version": "1.0.0", "permissions": [ "tabs" ], "background": { "page": "data\/background.html" }, "browser_action": { "default_icon": { "19": "Icon-19.png", "38": "Icon-38.png" } }, "icons": { "16": "Icon-16.png", "48": "Icon-48.png", "128": "Icon-128.png" } } |