URL X-Ray

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

Hvad er URL X-Ray?

URL X-Ray er en Chrome-udvidelse udviklet af yunger7, og dens hovedfunktion er "This extension will show up the url of the link you're going to click.".

Udvidelsesskærmbilleder

screenshot

Download URL X-Ray-udvidelses-CRX-fil

Download URL X-Ray-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                                            

Grundlæggende oplysninger om udvidelsen

Navn URL X-Ray URL X-Ray
ID ddamalhdeccoefigecgaphpogdgignoh
Officiel URL https://chromewebstore.google.com/detail/url-x-ray/ddamalhdeccoefigecgaphpogdgignoh
Beskrivelse This extension will show up the url of the link you're going to click.
Filstørrelse 127 KB
Antal Installationer 104
Nuværende Version 1.0.2
Senest Opdateret 2013-11-12
Udgivelsesdato 2013-11-11
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler yunger7
Betalingsmetode free
Understøttede Sprog 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
}