URL X-Ray

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

什么是URL X-Ray?

URL X-Ray是由yunger7开发的Chrome扩展程序,该扩展的主要功能是“This extension will show up the url of the link you're going to click.”。

扩展截图

screenshot

下载URL X-Ray扩展crx文件

下载URL X-Ray扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                                            

扩展基本信息

名称 URL X-Ray URL X-Ray
ID ddamalhdeccoefigecgaphpogdgignoh
官方URL https://chromewebstore.google.com/detail/url-x-ray/ddamalhdeccoefigecgaphpogdgignoh
简介 This extension will show up the url of the link you're going to click.
文件大小 127 KB
安装次数 104
当前版本 1.0.2
更新时间 2013-11-12
上架时间 2013-11-11
评分 5.00/5 共1次评分
开发者 yunger7
付费类型 free
支持的语言 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
}