Clear & Reload

Wipe browser dumps and reloads current tab to perform cache free operations.

ما هو Clear & Reload؟

Clear & Reload هو إضافة Chrome تم تطويرها بواسطة Sabarish Srinivasan، والميزة الرئيسية لها هي "Wipe browser dumps and reloads current tab to perform cache free operations.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Clear & Reload

قم بتنزيل ملفات الامتداد Clear & Reload بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Simple extension help you to clear Caches,Cookies,History and Download history and much more. Also, it reloads the current tab after clearing to make developers/testers to test the application quickly without any cache holding problems.                    

معلومات أساسية عن التمديد

الاسم Clear & Reload Clear & Reload
ID bjliapfodonnhhonikmjgpjnophbmalk
عنوان URL الرسمي https://chromewebstore.google.com/detail/clear-reload/bjliapfodonnhhonikmjgpjnophbmalk
الوصف Wipe browser dumps and reloads current tab to perform cache free operations.
حجم الملف 21.68 KB
عدد التثبيتات 271
النسخة الحالية 1.0.2
آخر تحديث 2020-05-06
تاريخ النشر 2020-05-06
تقييم 4.67/5 مجموع تقييمات 3
المطور Sabarish Srinivasan
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Clear & Reload",
    "version": "1.0.2",
    "description": "Wipe browser dumps and reloads current tab to perform cache free operations.",
    "browser_action": {
        "default_icon": "icons\/icon128.png"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "browsingData"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}