URL X-Ray

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

Vad är URL X-Ray?

URL X-Ray är en Chrome-tillägg utvecklad av yunger7, och dess huvudfunktion är "This extension will show up the url of the link you're going to click.".

Tilläggsskärmbilder

screenshot

Ladda ner URL X-Ray-förlängningens CRX-fil

Ladda ner URL X-Ray-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                                            

Grundläggande Information om Tillägg

Namn URL X-Ray URL X-Ray
ID ddamalhdeccoefigecgaphpogdgignoh
Officiell webbadress https://chromewebstore.google.com/detail/url-x-ray/ddamalhdeccoefigecgaphpogdgignoh
Beskrivning This extension will show up the url of the link you're going to click.
Filstorlek 127 KB
Antal Installationer 104
Aktuell Version 1.0.2
Senast Uppdaterad 2013-11-12
Publiceringsdatum 2013-11-11
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare yunger7
Betalningssätt free
Stödda Språk 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
}