UPA - The Url Parser

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

Co to jest UPA - The Url Parser?

UPA - The Url Parser to rozszerzenie Chrome opracowane przez Nicolantonio Vignola, a jego główną funkcją jest „Url parser that works with #. Useful for SPA. Visualize and basic editing.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia UPA - The Url Parser

Pobierz pliki rozszerzeń UPA - The Url Parser w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa UPA - The Url Parser UPA - The Url Parser
ID gmoopdlhfhahdbbgjojkgidaojgnfoee
Oficjalny URL https://chromewebstore.google.com/detail/upa-the-url-parser/gmoopdlhfhahdbbgjojkgidaojgnfoee
Opis Url parser that works with #. Useful for SPA. Visualize and basic editing.
Rozmiar pliku 32.53 KB
Liczba instalacji 213
Aktualna Wersja 1.3
Ostatnia Aktualizacja 2023-12-18
Data Publikacji 2019-02-12
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Nicolantonio Vignola
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/nvignola/upa-the-url-parser
Adres URL Strony Pomocy https://github.com/nvignola/upa-the-url-parser/issues
Obsługiwane Języki 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"
    ]
}