No Cache

Ensure that you see your page without client and server caches

No Cache란 무엇입니까?

No Cache은(는) Roman Hlushko에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Ensure that you see your page without client and server caches"입니다.

확장 프로그램 스크린샷

screenshot

No Cache 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Take cache cleaning to the next level! 

No Cache Extension helps to remove server FPC and browser caches by pushing one single button 🔥                    

확장 프로그램 기본 정보

이름 No Cache No Cache
ID imcbegkljmmdaacgnepdhpnlijgpcpbi
공식 URL https://chromewebstore.google.com/detail/no-cache/imcbegkljmmdaacgnepdhpnlijgpcpbi
설명 Ensure that you see your page without client and server caches
파일 크기 18.36 KB
설치 횟수 170
현재 버전 1.0
최근 업데이트 2020-03-31
출시 날짜 2020-03-31
평점 5.00/5 총 1 개의 평점
개발자 Roman Hlushko
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/roma-glushko/no-cache-extension
도움말 페이지 URL https://github.com/roma-glushko/no-cache-extension
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "No Cache",
    "version": "1.0",
    "description": "Ensure that you see your page without client and server caches",
    "browser_action": {
        "default_title": "No Cache!"
    },
    "icons": {
        "120": "\/images\/icon-120.png"
    },
    "background": {
        "scripts": [
            "actions.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "browsingData",
        "contextMenus"
    ]
}