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 | 
| Eメール | [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"
    ]
}  |  |