UPA - The Url Parser
Url parser that works with #. Useful for SPA. Visualize and basic editing.
Vad är UPA - The Url Parser?
UPA - The Url Parser är en Chrome-tillägg utvecklad av Nicolantonio Vignola, och dess huvudfunktion är "Url parser that works with #. Useful for SPA. Visualize and basic editing.".
Tilläggsskärmbilder
Ladda ner UPA - The Url Parser-förlängningens CRX-fil
Ladda ner UPA - The Url Parser-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | gmoopdlhfhahdbbgjojkgidaojgnfoee |
| Officiell webbadress | https://chromewebstore.google.com/detail/upa-the-url-parser/gmoopdlhfhahdbbgjojkgidaojgnfoee |
| Beskrivning | Url parser that works with #. Useful for SPA. Visualize and basic editing. |
| Filstorlek | 32.53 KB |
| Antal Installationer | 213 |
| Aktuell Version | 1.3 |
| Senast Uppdaterad | 2023-12-18 |
| Publiceringsdatum | 2019-02-12 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | Nicolantonio Vignola |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/nvignola/upa-the-url-parser |
| Hjälpsida URL | https://github.com/nvignola/upa-the-url-parser/issues |
| Stödda Språk | 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"
]
} | |