Easy URL Editor
This is a tool for web developers. It makes editing URL parameters for long URLs much easier.
Co to jest Easy URL Editor?
Easy URL Editor to rozszerzenie Chrome opracowane przez Radovan Pelka (Rado), a jego główną funkcją jest „This is a tool for web developers. It makes editing URL parameters for long URLs much easier.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Easy URL Editor
Pobierz pliki rozszerzeń Easy URL Editor 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
You can use this tool to view each URL param, add new or delete existing ones.
Podstawowe informacje o rozszerzeniu
Nazwa | Easy URL Editor |
ID | kojpdadnbbicdfgfadonheclfpcjpiah |
Oficjalny URL | https://chromewebstore.google.com/detail/easy-url-editor/kojpdadnbbicdfgfadonheclfpcjpiah |
Opis | This is a tool for web developers. It makes editing URL parameters for long URLs much easier. |
Rozmiar pliku | 207 KB |
Liczba instalacji | 1,155 |
Aktualna Wersja | 2.1 |
Ostatnia Aktualizacja | 2019-11-21 |
Data Publikacji | 2019-11-16 |
Ocena | 5.00/5 Łącznie 3 Oceny |
Deweloper | Radovan Pelka (Rado) |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://github.com/RadovanPelka/Easy-Cookie-Editor/blob/master/privacy-policy.md |
Obsługiwane Języki | 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" } } } } |