UPA - The Url Parser

Url parser that works with #. Useful for SPA. Visualize and basic editing.

What is UPA - The Url Parser?

UPA - The Url Parser is a Chrome extension developed by Nicolantonio Vignola, and its main feature is "Url parser that works with #. Useful for SPA. Visualize and basic editing.".

Extension Screenshots

screenshot
screenshot

Download UPA - The Url Parser Extension CRX File

Download UPA - The Url Parser extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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 ❤️                    

Extension Basic Information

Name UPA - The Url Parser UPA - The Url Parser
ID gmoopdlhfhahdbbgjojkgidaojgnfoee
Official URL https://chromewebstore.google.com/detail/upa-the-url-parser/gmoopdlhfhahdbbgjojkgidaojgnfoee
Description Url parser that works with #. Useful for SPA. Visualize and basic editing.
File Size 32.53 KB
Installation Count 213
Current Version 1.3
Last Updated 2023-12-18
Publish Date 2019-02-12
Rating 5.00/5 Total 1 Ratings
Developer Nicolantonio Vignola
Email [email protected]
Payment Type free
Extension Website https://github.com/nvignola/upa-the-url-parser
Help Page URL https://github.com/nvignola/upa-the-url-parser/issues
Supported Languages 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"
    ]
}