Easy URL Editor
This is a tool for web developers. It makes editing URL parameters for long URLs much easier.
Wat is Easy URL Editor?
Easy URL Editor is een Chrome-extensie ontwikkeld door Radovan Pelka (Rado), en de belangrijkste functie is "This is a tool for web developers. It makes editing URL parameters for long URLs much easier.".
Extensie Screenshots
Download het CRX-bestand van de extensie Easy URL Editor
Download Easy URL Editor-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
You can use this tool to view each URL param, add new or delete existing ones.
Basisinformatie over de Extensie
Naam | Easy URL Editor |
ID | kojpdadnbbicdfgfadonheclfpcjpiah |
Officiële URL | https://chromewebstore.google.com/detail/easy-url-editor/kojpdadnbbicdfgfadonheclfpcjpiah |
Beschrijving | This is a tool for web developers. It makes editing URL parameters for long URLs much easier. |
Bestandsgrootte | 207 KB |
Aantal Installaties | 1,155 |
Huidige Versie | 2.1 |
Laatst Bijgewerkt | 2019-11-21 |
Publicatiedatum | 2019-11-16 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Radovan Pelka (Rado) |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://github.com/RadovanPelka/Easy-Cookie-Editor/blob/master/privacy-policy.md |
Ondersteunde Talen | 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" } } } } |