URL X-Ray

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

Apa itu URL X-Ray?

URL X-Ray adalah ekstensi Chrome yang dikembangkan oleh yunger7, dan fitur utamanya adalah "This extension will show up the url of the link you're going to click.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi URL X-Ray

Unduh file ekstensi URL X-Ray dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                                            

Informasi Dasar Ekstensi

Nama URL X-Ray URL X-Ray
ID ddamalhdeccoefigecgaphpogdgignoh
URL Resmi https://chromewebstore.google.com/detail/url-x-ray/ddamalhdeccoefigecgaphpogdgignoh
Deskripsi This extension will show up the url of the link you're going to click.
Ukuran File 127 KB
Jumlah Instalasi 104
Versi Saat Ini 1.0.2
Terakhir Diperbarui 2013-11-12
Tanggal Publikasi 2013-11-11
Penilaian 5.00/5 Total 1 Penilaian
Pengembang yunger7
Tipe Pembayaran free
Bahasa yang Didukung 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
}