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
官方網址 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"
    ]
}