NGINX Purge Cache
Purge NGINX cache on current tab
Cos'è NGINX Purge Cache?
NGINX Purge Cache è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Purge NGINX cache on current tab".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione NGINX Purge Cache
Scarica i file di estensione NGINX Purge Cache in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | NGINX Purge Cache |
ID | jefnbnhaigddkfgaecjfggonplohniep |
URL Ufficiale | https://chromewebstore.google.com/detail/nginx-purge-cache/jefnbnhaigddkfgaecjfggonplohniep |
Descrizione | Purge NGINX cache on current tab |
Dimensione del File | 7.41 KB |
Conteggio Installazioni | 140 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2018-11-24 |
Data di Pubblicazione | 2018-11-24 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | Unknown |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |