UPA - The Url Parser
Url parser that works with #. Useful for SPA. Visualize and basic editing.
Hvad er UPA - The Url Parser?
UPA - The Url Parser er en Chrome-udvidelse udviklet af Nicolantonio Vignola, og dens hovedfunktion er "Url parser that works with #. Useful for SPA. Visualize and basic editing.".
Udvidelsesskærmbilleder
Download UPA - The Url Parser-udvidelses-CRX-fil
Download UPA - The Url Parser-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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 ❤️
Grundlæggende oplysninger om udvidelsen
Navn | UPA - The Url Parser |
ID | gmoopdlhfhahdbbgjojkgidaojgnfoee |
Officiel URL | https://chromewebstore.google.com/detail/upa-the-url-parser/gmoopdlhfhahdbbgjojkgidaojgnfoee |
Beskrivelse | Url parser that works with #. Useful for SPA. Visualize and basic editing. |
Filstørrelse | 32.53 KB |
Antal Installationer | 213 |
Nuværende Version | 1.3 |
Senest Opdateret | 2023-12-18 |
Udgivelsesdato | 2019-02-12 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | Nicolantonio Vignola |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/nvignola/upa-the-url-parser |
Hjælpeside-URL | https://github.com/nvignola/upa-the-url-parser/issues |
Understøttede Sprog | 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" ] } |