No Cache
Ensure that you see your page without client and server caches
什麼是No Cache?
No Cache是由Roman Hlushko開發的Chrome擴展程式,該擴展的主要功能是“Ensure that you see your page without client and server caches”。
擴展截圖
下載No Cache擴展crx文件
下載No Cache擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Take cache cleaning to the next level! No Cache Extension helps to remove server FPC and browser caches by pushing one single button 🔥
擴展基本資訊
名稱 | No Cache |
ID | imcbegkljmmdaacgnepdhpnlijgpcpbi |
官方網址 | https://chromewebstore.google.com/detail/no-cache/imcbegkljmmdaacgnepdhpnlijgpcpbi |
簡介 | Ensure that you see your page without client and server caches |
檔案大小 | 18.36 KB |
安裝次數 | 170 |
目前版本 | 1.0 |
更新時間 | 2020-03-31 |
上架時間 | 2020-03-31 |
評分 | 5.00/5 共 1 次評分 |
開發者 | Roman Hlushko |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/roma-glushko/no-cache-extension |
說明頁面URL | https://github.com/roma-glushko/no-cache-extension |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "No Cache", "version": "1.0", "description": "Ensure that you see your page without client and server caches", "browser_action": { "default_title": "No Cache!" }, "icons": { "120": "\/images\/icon-120.png" }, "background": { "scripts": [ "actions.js" ], "persistent": false }, "permissions": [ "activeTab", "browsingData", "contextMenus" ] } |