URL X-Ray

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

Wat is URL X-Ray?

URL X-Ray is een Chrome-extensie ontwikkeld door yunger7, en de belangrijkste functie is "This extension will show up the url of the link you're going to click.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie URL X-Ray

Download URL X-Ray-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

                                            

Basisinformatie over de Extensie

Naam URL X-Ray URL X-Ray
ID ddamalhdeccoefigecgaphpogdgignoh
Officiële URL https://chromewebstore.google.com/detail/url-x-ray/ddamalhdeccoefigecgaphpogdgignoh
Beschrijving This extension will show up the url of the link you're going to click.
Bestandsgrootte 127 KB
Aantal Installaties 104
Huidige Versie 1.0.2
Laatst Bijgewerkt 2013-11-12
Publicatiedatum 2013-11-11
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar yunger7
Betalingswijze free
Ondersteunde Talen 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
}