Easy URL Editor

This is a tool for web developers. It makes editing URL parameters for long URLs much easier.

Cos'è Easy URL Editor?

Easy URL Editor è un'estensione di Chrome sviluppata da Radovan Pelka (Rado), e la sua funzione principale è "This is a tool for web developers. It makes editing URL parameters for long URLs much easier.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Easy URL Editor

Scarica i file di estensione Easy URL 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

                        You can use this tool to view each URL param, add new or delete existing ones.                    

Informazioni di Base sull'Estensione

Nome Easy URL Editor Easy URL Editor
ID kojpdadnbbicdfgfadonheclfpcjpiah
URL Ufficiale https://chromewebstore.google.com/detail/easy-url-editor/kojpdadnbbicdfgfadonheclfpcjpiah
Descrizione This is a tool for web developers. It makes editing URL parameters for long URLs much easier.
Dimensione del File 207 KB
Conteggio Installazioni 1,155
Versione Corrente 2.1
Ultimo Aggiornamento 2019-11-21
Data di Pubblicazione 2019-11-16
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore Radovan Pelka (Rado)
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://github.com/RadovanPelka/Easy-Cookie-Editor/blob/master/privacy-policy.md
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Easy URL Editor",
    "version": "2.1",
    "description": "This is a tool for web developers. It makes editing URL parameters for long URLs much easier.",
    "manifest_version": 2,
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_title": "Easy URL Editor",
        "default_popup": "index.html",
        "default_icon": "images\/icon-128.png"
    },
    "icons": {
        "64": "images\/icon-64.png",
        "128": "images\/icon-128.png"
    },
    "commands": {
        "_execute_page_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+E"
            }
        }
    }
}