Cache Cleaner
Clear browser cache for the last week.
什麼是Cache Cleaner?
Cache Cleaner是由Maxym Gorbenko開發的Chrome擴展程式,該擴展的主要功能是“Clear browser cache for the last week.”。
擴展截圖
下載Cache Cleaner擴展crx文件
下載Cache Cleaner擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
                        Clear browser cache for the last week.                     擴展基本資訊
| 名稱 |   |  
| ID | ekcjobkhkmknjjfenofigfkncfjfdmjo | 
| 官方網址 | https://chromewebstore.google.com/detail/cache-cleaner/ekcjobkhkmknjjfenofigfkncfjfdmjo | 
| 簡介 | Clear browser cache for the last week. | 
| 檔案大小 | 63.65 KB | 
| 安裝次數 | 847 | 
| 目前版本 | 1.0 | 
| 更新時間 | 2017-05-10 | 
| 上架時間 | 2017-05-10 | 
| 評分 | 5.00/5 共 5 次評分 | 
| 開發者 | Maxym Gorbenko | 
| 付費類型 | free | 
| 支援的語言 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cache Cleaner",
    "short_name": "CC",
    "version": "1.0",
    "author": "Maxym Gorbenko",
    "description": "Clear browser cache for the last week.",
    "icons": {
        "16": "icons\/16x16.png",
        "32": "icons\/32x32.png",
        "48": "icons\/48x48.png",
        "64": "icons\/64x64.png",
        "128": "icons\/128x128.png"
    },
    "permissions": [
        "browsingData",
        "notifications"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Clear cache!",
        "default_icon": "icons\/128x128.png"
    }
}  |  |