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”。

扩展截图

screenshot

下载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 No Cache
ID imcbegkljmmdaacgnepdhpnlijgpcpbi
官方URL 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"
    ]
}