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”。
扩展截图
下载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.                     扩展基本信息
| 名称 |   |  
| ID | ihjkbilpbadefajplekfmjfieglocjeg | 
| 官方URL | 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"
    ]
}  |  |