Edit URL

Easily edit a URL.

Hvad er Edit URL?

Edit URL er en Chrome-udvidelse udviklet af varunl, og dens hovedfunktion er "Easily edit a URL.".

Udvidelsesskærmbilleder

screenshot

Download Edit URL-udvidelses-CRX-fil

Download Edit URL-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Edit URL Edit URL
ID gjddnlipighelnjodhlhhngpinoppkid
Officiel URL https://chromewebstore.google.com/detail/edit-url/gjddnlipighelnjodhlhhngpinoppkid
Beskrivelse Easily edit a URL.
Filstørrelse 121 KB
Antal Installationer 904
Nuværende Version 1.1
Senest Opdateret 2013-05-12
Udgivelsesdato 2013-05-12
Bedømmelse 4.71/5 Samlet 7 Bedømmelser
Udvikler varunl
Betalingsmetode free
Understøttede Sprog 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"
    }
}