URL X-Ray

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

URL X-Rayคืออะไร?

URL X-Ray เป็นส่วนขยายของ Chrome ที่พัฒนาโดย yunger7 และคุณลักษณะหลักของมันคือ "This extension will show up the url of the link you're going to click."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย URL X-Ray

ดาวน์โหลดไฟล์ส่วนขยาย 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
}