NGINX Purge Cache
Purge NGINX cache on current tab
What is NGINX Purge Cache?
NGINX Purge Cache is a Chrome extension developed by Unknown, and its main feature is "Purge NGINX cache on current tab".
Extension Screenshots
Download NGINX Purge Cache Extension CRX File
Download NGINX Purge Cache extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | NGINX Purge Cache |
ID | jefnbnhaigddkfgaecjfggonplohniep |
Official URL | https://chromewebstore.google.com/detail/nginx-purge-cache/jefnbnhaigddkfgaecjfggonplohniep |
Description | Purge NGINX cache on current tab |
File Size | 7.41 KB |
Installation Count | 140 |
Current Version | 1.0.0 |
Last Updated | 2018-11-24 |
Publish Date | 2018-11-24 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | 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" ] } |