XPath tool

XPath tool

ما هو XPath tool؟

XPath tool هو إضافة Chrome تم تطويرها بواسطة nik.fa، والميزة الرئيسية لها هي "XPath tool".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة XPath tool

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

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

                        Xpath Tool

在页面点击 ctrl+shift+X 开关本工具,工具开启后按住 shift 移动鼠标选择节点

Hit Ctrl-Shift-X on the page to open the XPath Tool console.
Hold down Shift as you mouse over elements on the page.                    

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

الاسم XPath tool XPath tool
ID kloghhlglbphgmfngbmaijbofialbcnm
عنوان URL الرسمي https://chromewebstore.google.com/detail/xpath-tool/kloghhlglbphgmfngbmaijbofialbcnm
الوصف XPath tool
حجم الملف 20.82 KB
عدد التثبيتات 249
النسخة الحالية 0.0.1
آخر تحديث 2012-11-22
تاريخ النشر 2012-11-21
تقييم 1.40/5 مجموع تقييمات 5
المطور nik.fa
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "css": [
                "content.css"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "description": "XPath tool",
    "icons": {
        "128": "static\/icon128.png",
        "32": "static\/icon32.png",
        "48": "static\/icon48.png"
    },
    "manifest_version": 2,
    "name": "XPath tool",
    "version": "0.0.1",
    "web_accessible_resources": [
        "bar.css",
        "bar.html",
        "bar.js"
    ]
}