ReLoader
Easy reload the current tab without any cached data. Works with iFrame too.
ما هو ReLoader؟
ReLoader هو إضافة Chrome تم تطويرها بواسطة Alister Zhao، والميزة الرئيسية لها هي "Easy reload the current tab without any cached data. Works with iFrame too.".
تحميل ملف CRX للإضافة ReLoader
قم بتنزيل ملفات الامتداد ReLoader بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Easily reload the current tab content without any cache data. Works with iFrame too.
معلومات أساسية عن التمديد
الاسم | |
ID | ajdekpeolgboihkdkcmonalgafpefojb |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/reloader/ajdekpeolgboihkdkcmonalgafpefojb |
الوصف | Easy reload the current tab without any cached data. Works with iFrame too. |
حجم الملف | 8.67 KB |
عدد التثبيتات | 50 |
النسخة الحالية | 1.0 |
آخر تحديث | 2015-01-09 |
تاريخ النشر | 2015-01-09 |
المطور | Alister Zhao |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ReLoader", "version": "1.0", "author": "Alister Zhao", "description": "Easy reload the current tab without any cached data. Works with iFrame too.", "icons": { "128": "128.png" }, "permissions": [ "tabs", "notifications", "https:\/\/*\/*", "http:\/\/*\/*" ], "browser_action": { "default_icon": "128.png", "default_title": "Reload Tab" }, "background": { "scripts": [ "background.js" ] } } |