Edit URL
Easily edit a URL.
Wat is Edit URL?
Edit URL is een Chrome-extensie ontwikkeld door varunl, en de belangrijkste functie is "Easily edit a URL.".
Extensie Screenshots
Download het CRX-bestand van de extensie Edit URL
Download Edit URL-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
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.
Basisinformatie over de Extensie
Naam | Edit URL |
ID | gjddnlipighelnjodhlhhngpinoppkid |
Officiële URL | https://chromewebstore.google.com/detail/edit-url/gjddnlipighelnjodhlhhngpinoppkid |
Beschrijving | Easily edit a URL. |
Bestandsgrootte | 121 KB |
Aantal Installaties | 904 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2013-05-12 |
Publicatiedatum | 2013-05-12 |
Beoordeling | 4.71/5 Totaal 7 Beoordelingen |
Ontwikkelaar | varunl |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |