URL Params Editor

A tool of editing URL parameters.

Cos'è URL Params Editor?

URL Params Editor è un'estensione di Chrome sviluppata da Z. W., e la sua funzione principale è "A tool of editing URL parameters.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione URL Params Editor

Scarica i file di estensione URL Params Editor in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        This is a tool for web developers. It makes editing URL parameters for long URLs much easier. You can use this tool to view each URL param, add new or delete existing ones.                    

Informazioni di Base sull'Estensione

Nome URL Params Editor URL Params Editor
ID kgnbnbifdjcokgodkgjliaegpollgafa
URL Ufficiale https://chromewebstore.google.com/detail/url-params-editor/kgnbnbifdjcokgodkgjliaegpollgafa
Descrizione A tool of editing URL parameters.
Dimensione del File 153 KB
Conteggio Installazioni 2,106
Versione Corrente 2.2
Ultimo Aggiornamento 2023-09-13
Data di Pubblicazione 2019-12-28
Valutazione 4.88/5 Totale 8 Valutazioni
Sviluppatore Z. W.
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "URL Params Editor",
    "version": "2.2",
    "author": "Zijar W.",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "description": "A tool of editing URL parameters.",
    "icons": {
        "48": "icons\/url_params_editor_48.png",
        "96": "icons\/url_params_editor_96.png",
        "512": "icons\/url_params_editor_512.png"
    },
    "action": {
        "browser_style": true,
        "default_icon": "icons\/url_params_editor_512.png",
        "default_title": "URL Params Editor",
        "default_popup": "popup\/parameters.html",
        "theme_icons": [
            {
                "light": "icons\/url_params_editor-light.svg",
                "dark": "icons\/url_params_editor.svg",
                "size": 32
            }
        ]
    }
}