UPA - The Url Parser
Url parser that works with #. Useful for SPA. Visualize and basic editing.
Wat is UPA - The Url Parser?
UPA - The Url Parser is een Chrome-extensie ontwikkeld door Nicolantonio Vignola, en de belangrijkste functie is "Url parser that works with #. Useful for SPA. Visualize and basic editing.".
Extensie Screenshots
Download het CRX-bestand van de extensie UPA - The Url Parser
Download UPA - The Url Parser-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 ❤️ Basisinformatie over de Extensie
| Naam | |
| ID | gmoopdlhfhahdbbgjojkgidaojgnfoee |
| Officiële URL | https://chromewebstore.google.com/detail/upa-the-url-parser/gmoopdlhfhahdbbgjojkgidaojgnfoee |
| Beschrijving | Url parser that works with #. Useful for SPA. Visualize and basic editing. |
| Bestandsgrootte | 32.53 KB |
| Aantal Installaties | 213 |
| Huidige Versie | 1.3 |
| Laatst Bijgewerkt | 2023-12-18 |
| Publicatiedatum | 2019-02-12 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | Nicolantonio Vignola |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/nvignola/upa-the-url-parser |
| Help Pagina-URL | https://github.com/nvignola/upa-the-url-parser/issues |
| Ondersteunde Talen | 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"
]
} | |