Maatwerk Online Clear Cache

It helps to developer & tester. I will clear cache of your webpage. So there is no need press cntl+f5 again and again

什麼是Maatwerk Online Clear Cache?

Maatwerk Online Clear Cache是由https://www.maatwerkonline.nl開發的Chrome擴展程式,該擴展的主要功能是“It helps to developer & tester. I will clear cache of your webpage. So there is no need press cntl+f5 again and again”。

擴展截圖

screenshot

下載Maatwerk Online Clear Cache擴展crx文件

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

擴展使用說明

                        It helps to developer & tester. It will clear cache of your webpage. So that no need press cntl+f5 again and again.                    

擴展基本資訊

名稱 Maatwerk Online Clear Cache Maatwerk Online Clear Cache
ID ihjkbilpbadefajplekfmjfieglocjeg
官方網址 https://chromewebstore.google.com/detail/maatwerk-online-clear-cac/ihjkbilpbadefajplekfmjfieglocjeg
簡介 It helps to developer & tester. I will clear cache of your webpage. So there is no need press cntl+f5 again and again
檔案大小 30.65 KB
安裝次數 44
目前版本 0.4
更新時間 2019-04-03
上架時間 2019-04-03
開發者 https://www.maatwerkonline.nl
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://cdn.cookiecode.nl/privacy/maatwerkonline.nl/nl/pdf
支援的語言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Maatwerk Online Clear Cache",
    "version": "0.4",
    "manifest_version": 2,
    "description": "It helps to developer & tester. I will clear cache of your webpage. So there is no need press cntl+f5 again and again",
    "homepage_url": "http:\/\/maatwerkonline.nl",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "18": "images\/logo-18.png",
            "36": "images\/logo-36.png",
            "48": "images\/logo-48.png",
            "128": "images\/logo-128.png"
        }
    },
    "icons": {
        "18": "images\/logo-18.png",
        "36": "images\/logo-36.png",
        "48": "images\/logo-48.png",
        "128": "images\/logo-128.png"
    },
    "permissions": [
        "activeTab"
    ]
}