URL X-Ray

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

What is URL X-Ray?

URL X-Ray is a Chrome extension developed by yunger7, and its main feature is "This extension will show up the url of the link you're going to click.".

Extension Screenshots

screenshot

Download URL X-Ray Extension CRX File

Download URL X-Ray extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name URL X-Ray URL X-Ray
ID ddamalhdeccoefigecgaphpogdgignoh
Official URL 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.
File Size 127 KB
Installation Count 104
Current Version 1.0.2
Last Updated 2013-11-12
Publish Date 2013-11-11
Rating 5.00/5 Total 1 Ratings
Developer yunger7
Payment Type free
Supported Languages 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
}