Super Reloader

Clear the browser's cache and do a hard reload with a single click

Super Reloader क्या है?

Super Reloader Laith Hisham द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Clear the browser's cache and do a hard reload with a single click"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Super Reloader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Super Reloader Extension - by Laith Hisham

This extension allows you to perform the operation of "Empty Cache and Hard Reload" with a single click on the extension icon, instead of having to open developer tools and right click on the reload button to only then be able to perform the desired operation.

Alternatively, you can execute the operation using the following keyboard shortcuts:
- Windows: Ctrl+Shift+E
- Mac: MacCtrl+Shift+E (The Ctrl button on the Mac keyboard, not the Command button)                    

एक्सटेंशन की मूल जानकारी

नाम Super Reloader Super Reloader
ID jejoofblfhobdhldeneboocjffiejpgj
आधिकारिक URL https://chromewebstore.google.com/detail/super-reloader/jejoofblfhobdhldeneboocjffiejpgj
विवरण Clear the browser's cache and do a hard reload with a single click
फ़ाइल का आकार 16.2 KB
स्थापना संख्या 1,937
वर्तमान संस्करण 2.3
अंतिम अपडेट 2023-12-14
प्रकाशन तिथि 2020-03-14
रेटिंग 3.83/5 कुल 6 रेटिंग्स
डेवलपर Laith Hisham
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "short_name": "EC&HR",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "icons": {
        "16": "images\/ECHR_Icon16.png",
        "32": "images\/ECHR_Icon32.png",
        "48": "images\/ECHR_Icon48.png",
        "128": "images\/ECHR_Icon128.png"
    },
    "version": "2.3",
    "minimum_chrome_version": "88",
    "background": {
        "service_worker": "service_worker.js",
        "type": "module"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+E",
                "mac": "MacCtrl+Shift+E"
            },
            "description": "Executes 'Empty Cache and Hard Reload'"
        }
    },
    "permissions": [
        "browsingData"
    ],
    "author": "Laith Hisham",
    "action": {
        "default_icon": {
            "16": "images\/ECHR_Icon16.png",
            "32": "images\/ECHR_Icon32.png",
            "48": "images\/ECHR_Icon48.png",
            "128": "images\/ECHR_Icon128.png"
        },
        "default_title": "__MSG_extTooltip__"
    },
    "content_security_policy": []
}