URL X-Ray

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

Cos'è URL X-Ray?

URL X-Ray è un'estensione di Chrome sviluppata da yunger7, e la sua funzione principale è "This extension will show up the url of the link you're going to click.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione URL X-Ray

Scarica i file di estensione URL X-Ray in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                                            

Informazioni di Base sull'Estensione

Nome URL X-Ray URL X-Ray
ID ddamalhdeccoefigecgaphpogdgignoh
URL Ufficiale https://chromewebstore.google.com/detail/url-x-ray/ddamalhdeccoefigecgaphpogdgignoh
Descrizione This extension will show up the url of the link you're going to click.
Dimensione del File 127 KB
Conteggio Installazioni 104
Versione Corrente 1.0.2
Ultimo Aggiornamento 2013-11-12
Data di Pubblicazione 2013-11-11
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore yunger7
Tipo di Pagamento free
Lingue Supportate 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
}