NGINX Purge Cache
Purge NGINX cache on current tab
Wat is NGINX Purge Cache?
NGINX Purge Cache is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Purge NGINX cache on current tab".
Extensie Screenshots
Download het CRX-bestand van de extensie NGINX Purge Cache
Download NGINX Purge Cache-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | jefnbnhaigddkfgaecjfggonplohniep |
| Officiële URL | https://chromewebstore.google.com/detail/nginx-purge-cache/jefnbnhaigddkfgaecjfggonplohniep |
| Beschrijving | Purge NGINX cache on current tab |
| Bestandsgrootte | 7.41 KB |
| Aantal Installaties | 140 |
| Huidige Versie | 1.0.0 |
| Laatst Bijgewerkt | 2018-11-24 |
| Publicatiedatum | 2018-11-24 |
| Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | Unknown |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
} | |