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
}