UPA - The Url Parser

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

Qu'est-ce que UPA - The Url Parser ?

UPA - The Url Parser est une extension Chrome développée par Nicolantonio Vignola, et sa fonction principale est "Url parser that works with #. Useful for SPA. Visualize and basic editing.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension UPA - The Url Parser

Téléchargez les fichiers d'extension UPA - The Url Parser au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom UPA - The Url Parser UPA - The Url Parser
ID gmoopdlhfhahdbbgjojkgidaojgnfoee
URL Officiel https://chromewebstore.google.com/detail/upa-the-url-parser/gmoopdlhfhahdbbgjojkgidaojgnfoee
Description Url parser that works with #. Useful for SPA. Visualize and basic editing.
Taille du Fichier 32.53 KB
Nombre d'Installations 213
Version Actuelle 1.3
Dernière Mise à Jour 2023-12-18
Date de Publication 2019-02-12
Évaluation 5.00/5 Total 1 Évaluations
Développeur Nicolantonio Vignola
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/nvignola/upa-the-url-parser
URL de la Page d'Aide https://github.com/nvignola/upa-the-url-parser/issues
Langues Prises en Charge 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"
    ]
}