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
官方網址 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
}