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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 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"
    ]
}