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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                                            

معلومات أساسية عن التمديد

الاسم 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
}