UPA - The Url Parser
Url parser that works with #. Useful for SPA. Visualize and basic editing.
O que é UPA - The Url Parser?
UPA - The Url Parser é uma extensão do Chrome desenvolvida por Nicolantonio Vignola, e sua principal característica é "Url parser that works with #. Useful for SPA. Visualize and basic editing.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão UPA - The Url Parser
Baixe arquivos de extensão UPA - The Url Parser 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
Yet another url parser extension. 🔎 This extension has been made because of the necessity to have a tool to parse urls also with hash (#) query string separator. > single page application friendly 🚀 > edit parameter values ✏️ > open source ❤️
Informações Básicas da Extensão
Nome | UPA - The Url Parser |
ID | gmoopdlhfhahdbbgjojkgidaojgnfoee |
URL Oficial | https://chromewebstore.google.com/detail/upa-the-url-parser/gmoopdlhfhahdbbgjojkgidaojgnfoee |
Descrição | Url parser that works with #. Useful for SPA. Visualize and basic editing. |
Tamanho do Arquivo | 32.53 KB |
Contagem de Instalações | 213 |
Versão Atual | 1.3 |
Última Atualização | 2023-12-18 |
Data de Publicação | 2019-02-12 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Nicolantonio Vignola |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/nvignola/upa-the-url-parser |
URL da Página de Ajuda | https://github.com/nvignola/upa-the-url-parser/issues |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "UPA - The Url Parser", "description": "Url parser that works with #. Useful for SPA. Visualize and basic editing.", "version": "1.3", "background": { "service_worker": "background.js" }, "action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "activeTab" ] } |