Edit URL

Easily edit a URL.

Co to jest Edit URL?

Edit URL to rozszerzenie Chrome opracowane przez varunl, a jego główną funkcją jest „Easily edit a URL.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Edit URL

Pobierz pliki rozszerzeń Edit URL 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

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Edit URL Edit URL
ID gjddnlipighelnjodhlhhngpinoppkid
Oficjalny URL https://chromewebstore.google.com/detail/edit-url/gjddnlipighelnjodhlhhngpinoppkid
Opis Easily edit a URL.
Rozmiar pliku 121 KB
Liczba instalacji 904
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2013-05-12
Data Publikacji 2013-05-12
Ocena 4.71/5 Łącznie 7 Oceny
Deweloper varunl
Typ Płatności free
Obsługiwane Języki 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"
    }
}