Selector Path and xPath

This extension lets you find selector Path and xPath of clicked html element

ما هو Selector Path and xPath؟

Selector Path and xPath هو إضافة Chrome تم تطويرها بواسطة vivekgari، والميزة الرئيسية لها هي "This extension lets you find selector Path and xPath of clicked html element".

تحميل ملف CRX للإضافة Selector Path and xPath

قم بتنزيل ملفات الامتداد Selector Path and xPath بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        This extension lets you find selector Path and xPath of clicked html element                    

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

الاسم Selector Path and xPath Selector Path and xPath
ID mkhipceidjnbpmjdgehkahdhgjmlmioe
عنوان URL الرسمي https://chrome.google.com/webstore/detail/selector-path-and-xpath/mkhipceidjnbpmjdgehkahdhgjmlmioe
الوصف This extension lets you find selector Path and xPath of clicked html element
حجم الملف 49.46 KB
عدد التثبيتات 12
النسخة الحالية 1.0
آخر تحديث 2017-01-25
تاريخ النشر 2017-01-25
المطور vivekgari
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Selector Path and xPath",
    "description": "This extension lets you find selector Path and xPath of clicked html element",
    "version": "1.0",
    "homepage_url": "http:\/\/vivekkumar11432.wordpress.com",
    "browser_action": {
        "default_icon": "favicon.png",
        "default_popup": "",
        "default_title": "xPath"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "scripts\/content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/; object-src 'self'"
}