NGINX Purge Cache

Purge NGINX cache on current tab

什么是NGINX Purge Cache?

NGINX Purge Cache是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Purge NGINX cache on current tab”。

扩展截图

screenshot
screenshot

下载NGINX Purge Cache扩展crx文件

下载NGINX Purge Cache扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Purge NGINX cache on current tab with just a click.

This works by making a request to the current URL appended with /purge (urlParser.hostname + '/purge' + urlParser.pathname).

Source code: https://github.com/vitorbortolotti/nginx-purge-cache                    

扩展基本信息

名称 NGINX Purge Cache NGINX Purge Cache
ID jefnbnhaigddkfgaecjfggonplohniep
官方URL https://chromewebstore.google.com/detail/nginx-purge-cache/jefnbnhaigddkfgaecjfggonplohniep
简介 Purge NGINX cache on current tab
文件大小 7.41 KB
安装次数 140
当前版本 1.0.0
更新时间 2018-11-24
上架时间 2018-11-24
评分 5.00/5 共2次评分
开发者 Unknown
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NGINX Purge Cache",
    "version": "1.0.0",
    "description": "Purge NGINX cache on current tab",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ]
}