Edit URL

Easily edit a URL.

Qu'est-ce que Edit URL ?

Edit URL est une extension Chrome développée par varunl, et sa fonction principale est "Easily edit a URL.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Edit URL

Téléchargez les fichiers d'extension Edit URL au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Edit URL Edit URL
ID gjddnlipighelnjodhlhhngpinoppkid
URL Officiel https://chromewebstore.google.com/detail/edit-url/gjddnlipighelnjodhlhhngpinoppkid
Description Easily edit a URL.
Taille du Fichier 121 KB
Nombre d'Installations 904
Version Actuelle 1.1
Dernière Mise à Jour 2013-05-12
Date de Publication 2013-05-12
Évaluation 4.71/5 Total 7 Évaluations
Développeur varunl
Type de Paiement free
Langues Prises en Charge 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"
    }
}