NGINX Purge Cache

Purge NGINX cache on current tab

O que é NGINX Purge Cache?

NGINX Purge Cache é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Purge NGINX cache on current tab".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão NGINX Purge Cache

Baixe arquivos de extensão NGINX Purge Cache no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome NGINX Purge Cache NGINX Purge Cache
ID jefnbnhaigddkfgaecjfggonplohniep
URL Oficial https://chromewebstore.google.com/detail/nginx-purge-cache/jefnbnhaigddkfgaecjfggonplohniep
Descrição Purge NGINX cache on current tab
Tamanho do Arquivo 7.41 KB
Contagem de Instalações 140
Versão Atual 1.0.0
Última Atualização 2018-11-24
Data de Publicação 2018-11-24
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Unknown
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}