Clearly

Clear a tab's browser's cache with the click of a button

Clearly란 무엇입니까?

Clearly은(는) andrewhodel에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Clear a tab's browser's cache with the click of a button"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        A single button click to clear the browser's cache of the open tab and reload it.

Version .4 (September 15th 2021)
* Upgraded manifest from V2 to V3, chrome.browsingData.remove() callback does not work in V2 and is an open issue with Google Chrome.

Version .3 (September 14th 2021)

* Fixed issue where Google Chrome 93.0.4577.63 broke the callback for browserData.remove().                    

확장 프로그램 기본 정보

이름 Clearly Clearly
ID enlhohaeiobiocoimgbblmidcdodmdae
공식 URL https://chromewebstore.google.com/detail/clearly/enlhohaeiobiocoimgbblmidcdodmdae
설명 Clear a tab's browser's cache with the click of a button
파일 크기 5.55 KB
설치 횟수 3,100
현재 버전 0.5
최근 업데이트 2023-10-06
출시 날짜 2020-08-26
평점 4.00/5 총 4 개의 평점
개발자 andrewhodel
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "action": {
        "default_icon": {
            "16": "clearly_16.png",
            "24": "clearly_24.png",
            "32": "clearly_32.png"
        },
        "default_title": "Clearly"
    },
    "background": {
        "service_worker": "background.js"
    },
    "description": "Clear a tab's browser's cache with the click of a button",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjweOL6O3hl+cakWNPF1aj2ht6qG5OmjO6O6b9jRv+jjoa2i18GagtIGmuf479P4DZTyH1nq7aeASIQrDj7LssHyJZSCSKBWXNb\/lBZ4wcxjEqMREk+5Cz3f74JGOSI++FBjrjrZ\/d2ce8AJjYcTXq\/2TSyGbHk8S6bUOfDvOgFeBr34HrpfrsWq6AUg\/StArVPZJimbPDLUq5H9BBvMGS5T5tg9DQIa5VhlZu0Qw7ZE3ELRX4j6HJFwh6nEkILzUJi6af1RL0LjjwX21YDcO2uZIJmh+\/DS6MXs+ZuomghZCnqKITBxPrlNt\/nZVd5nfzuueg3jbCaMo3BEQSUWGsQIDAQAB",
    "manifest_version": 3,
    "name": "Clearly",
    "permissions": [
        "browsingData",
        "tabs"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.5"
}