Edit URL

Easily edit a URL.

Cos'è Edit URL?

Edit URL è un'estensione di Chrome sviluppata da varunl, e la sua funzione principale è "Easily edit a URL.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Edit URL

Scarica i file di estensione Edit URL 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 very simple yet powerful tool. Ofter there are times, specially with developers, that you need to modify some parameter of a particularly long url, and it's not easy to browse for that parameters name.

This extension lays out all the parameters names in a pretty format, so it's easy to modify them.                    

Informazioni di Base sull'Estensione

Nome Edit URL Edit URL
ID gjddnlipighelnjodhlhhngpinoppkid
URL Ufficiale https://chromewebstore.google.com/detail/edit-url/gjddnlipighelnjodhlhhngpinoppkid
Descrizione Easily edit a URL.
Dimensione del File 121 KB
Conteggio Installazioni 904
Versione Corrente 1.1
Ultimo Aggiornamento 2013-05-12
Data di Pubblicazione 2013-05-12
Valutazione 4.71/5 Totale 7 Valutazioni
Sviluppatore varunl
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Edit URL",
    "description": "Easily edit a URL.",
    "version": "1.1",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": "icon_16.png",
        "default_popup": "popup.html"
    }
}