Easy Clear

A one click cache and history clearer.

Easy Clear란 무엇입니까?

Easy Clear은(는) garganostudios에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A one click cache and history clearer."입니다.

Easy Clear 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This app was designed to make clearing your browser cache simpler. Previously, you had to go through the menu, open a new page to view your history, and then delete your browser history and cache. Now, its as simple as three clicks and back to business. Simply click the icon, select the optional history clear check box, and click the button.                    

확장 프로그램 기본 정보

이름 Easy Clear Easy Clear
ID dbglfobhhbhdgpnicebdieloccfedgho
공식 URL https://chrome.google.com/webstore/detail/easy-clear/dbglfobhhbhdgpnicebdieloccfedgho
설명 A one click cache and history clearer.
파일 크기 13.02 KB
설치 횟수 104
현재 버전 1.2.0
최근 업데이트 2016-07-20
출시 날짜 2016-07-19
평점 5.00/5 총 1 개의 평점
개발자 garganostudios
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Easy Clear",
    "version": "1.2.0",
    "description": "A one click cache and history clearer.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "browsingData"
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "Logos\/Logo16.png",
        "48": "Logos\/Logo48.png",
        "128": "Logos\/Logo128.png"
    },
    "manifest_version": 2
}