URL X-Ray

This extension will show up the url of the link you're going to click.

Qu'est-ce que URL X-Ray ?

URL X-Ray est une extension Chrome développée par yunger7, et sa fonction principale est "This extension will show up the url of the link you're going to click.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension URL X-Ray

Téléchargez les fichiers d'extension URL X-Ray 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

                                            

Informations de Base sur l'Extension

Nom URL X-Ray URL X-Ray
ID ddamalhdeccoefigecgaphpogdgignoh
URL Officiel https://chromewebstore.google.com/detail/url-x-ray/ddamalhdeccoefigecgaphpogdgignoh
Description This extension will show up the url of the link you're going to click.
Taille du Fichier 127 KB
Nombre d'Installations 104
Version Actuelle 1.0.2
Dernière Mise à Jour 2013-11-12
Date de Publication 2013-11-11
Évaluation 5.00/5 Total 1 Évaluations
Développeur yunger7
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "URL X-Ray",
    "description": "This extension will show up the url of the link you're going to click.",
    "version": "1.0.2",
    "content_scripts": [
        {
            "css": [
                "css\/tipsy.css"
            ],
            "js": [
                "js\/jquery-2.0.3.min.js",
                "js\/tipsy.js",
                "services.js",
                "content.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png"
    },
    "web_accessible_resources": [
        "js\/jquery-2.0.3.min.map"
    ],
    "manifest_version": 2
}