Super Reloader

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

什麼是Super Reloader?

Super Reloader是由Laith Hisham開發的Chrome擴展程式,該擴展的主要功能是“Clear the browser's cache and do a hard reload with a single click”。

擴展截圖

screenshot

下載Super Reloader擴展crx文件

下載Super Reloader擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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": []
}