UPA - The Url Parser
Url parser that works with #. Useful for SPA. Visualize and basic editing.
Cos'è UPA - The Url Parser?
UPA - The Url Parser è un'estensione di Chrome sviluppata da Nicolantonio Vignola, e la sua funzione principale è "Url parser that works with #. Useful for SPA. Visualize and basic editing.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione UPA - The Url Parser
Scarica i file di estensione UPA - The Url Parser 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
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 ❤️
Informazioni di Base sull'Estensione
Nome | UPA - The Url Parser |
ID | gmoopdlhfhahdbbgjojkgidaojgnfoee |
URL Ufficiale | https://chromewebstore.google.com/detail/upa-the-url-parser/gmoopdlhfhahdbbgjojkgidaojgnfoee |
Descrizione | Url parser that works with #. Useful for SPA. Visualize and basic editing. |
Dimensione del File | 32.53 KB |
Conteggio Installazioni | 213 |
Versione Corrente | 1.3 |
Ultimo Aggiornamento | 2023-12-18 |
Data di Pubblicazione | 2019-02-12 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Nicolantonio Vignola |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/nvignola/upa-the-url-parser |
URL della Pagina di Aiuto | https://github.com/nvignola/upa-the-url-parser/issues |
Lingue Supportate | 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" ] } |