Clear & Reload
Wipe browser dumps and reloads current tab to perform cache free operations.
什麼是Clear & Reload?
Clear & Reload是由Sabarish Srinivasan開發的Chrome擴展程式,該擴展的主要功能是“Wipe browser dumps and reloads current tab to perform cache free operations.”。
擴展截圖
下載Clear & Reload擴展crx文件
下載Clear & Reload擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
                        Simple extension help you to clear Caches,Cookies,History and Download history and much more. Also, it reloads the current tab after clearing to make developers/testers to test the application quickly without any cache holding problems.                     擴展基本資訊
| 名稱 |   |  
| ID | bjliapfodonnhhonikmjgpjnophbmalk | 
| 官方網址 | https://chromewebstore.google.com/detail/clear-reload/bjliapfodonnhhonikmjgpjnophbmalk | 
| 簡介 | Wipe browser dumps and reloads current tab to perform cache free operations. | 
| 檔案大小 | 21.68 KB | 
| 安裝次數 | 271 | 
| 目前版本 | 1.0.2 | 
| 更新時間 | 2020-05-06 | 
| 上架時間 | 2020-05-06 | 
| 評分 | 4.67/5 共 3 次評分 | 
| 開發者 | Sabarish Srinivasan | 
| 電子郵箱 | [email protected] | 
| 付費類型 | free | 
| 支援的語言 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Clear & Reload",
    "version": "1.0.2",
    "description": "Wipe browser dumps and reloads current tab to perform cache free operations.",
    "browser_action": {
        "default_icon": "icons\/icon128.png"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "browsingData"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}  |  |