Clear Cache
Clears your cache and browsing data with a click of a button
什麼是Clear Cache?
Clear Cache是由Daniel Lvovsky開發的Chrome擴展程式,該擴展的主要功能是“Clears your cache and browsing data with a click of a button”。
擴展截圖
下載Clear Cache擴展crx文件
下載Clear Cache擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Clear Cache helps you clear cache data, browsing history and much more with a single click of a button. Clear Cache also allows you to set what you want to clear with an options menu where you can choose what you want to be cleared and from what time period. More features will be added in the future. Enjoy!
擴展基本資訊
名稱 | Clear Cache |
ID | appfmjhoobioppbehccakejenccnlfbi |
官方網址 | https://chromewebstore.google.com/detail/clear-cache/appfmjhoobioppbehccakejenccnlfbi |
簡介 | Clears your cache and browsing data with a click of a button |
檔案大小 | 69.3 KB |
安裝次數 | 1,387 |
目前版本 | 1.0.0 |
更新時間 | 2020-05-18 |
上架時間 | 2020-05-15 |
評分 | 5.00/5 共 4 次評分 |
開發者 | Daniel Lvovsky |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Clear Cache", "version": "1.0.0", "description": "Clears your cache and browsing data with a click of a button", "minimum_chrome_version": "19", "icons": { "16": "img\/icon_16.png", "48": "img\/icon_48.png", "128": "img\/icon_128.png" }, "background": { "page": "backgroundpage.html" }, "browser_action": { "default_icon": "img\/icon_19.png", "default_title": "Clear Cache" }, "options_ui": { "chrome_style": true, "page": "options.html", "open_in_tab": true }, "permissions": [ "browsingData", "cookies" ] } |