NGINX Purge Cache

Purge NGINX cache on current tab

NGINX Purge Cacheคืออะไร?

NGINX Purge Cache เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Purge NGINX cache on current tab"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NGINX Purge Cache

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}