URL Edit
Easy URL manipulation
Wat is URL Edit?
URL Edit is een Chrome-extensie ontwikkeld door dskloet, en de belangrijkste functie is "Easy URL manipulation".
Extensie Screenshots
Download het CRX-bestand van de extensie URL Edit
Download URL Edit-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
Easy URL editing with a separate line and automatic decoding/encoding for each URL parameter. Basisinformatie over de Extensie
| Naam | |
| ID | iemhjjfkjlfjgajbmdidpnonfjhlmocd |
| Officiële URL | https://chromewebstore.google.com/detail/url-edit/iemhjjfkjlfjgajbmdidpnonfjhlmocd |
| Beschrijving | Easy URL manipulation |
| Bestandsgrootte | 27.95 KB |
| Aantal Installaties | 100 |
| Huidige Versie | 0.5 |
| Laatst Bijgewerkt | 2019-11-08 |
| Publicatiedatum | 2019-11-05 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | dskloet |
| [email protected] | |
| Betalingswijze | free |
| URL van de Privacybeleid Pagina | https://dskl.net/screen/privacy |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "URL Edit",
"description": "Easy URL manipulation",
"version": "0.5",
"icons": {
"16": "16.png",
"32": "32.png",
"64": "64.png"
},
"browser_action": {
"default_icon": "32.png",
"default_title": "Edit URL",
"default_popup": "popup.html"
},
"permissions": [
"activeTab"
]
} | |