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文件

下載Clearly擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
}