XPath tool

XPath tool

Apa itu XPath tool?

XPath tool adalah ekstensi Chrome yang dikembangkan oleh nik.fa, dan fitur utamanya adalah "XPath tool".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi XPath tool

Unduh file ekstensi XPath tool 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

                        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.                    

Informasi Dasar Ekstensi

Nama XPath tool XPath tool
ID kloghhlglbphgmfngbmaijbofialbcnm
URL Resmi https://chromewebstore.google.com/detail/xpath-tool/kloghhlglbphgmfngbmaijbofialbcnm
Deskripsi XPath tool
Ukuran File 20.82 KB
Jumlah Instalasi 249
Versi Saat Ini 0.0.1
Terakhir Diperbarui 2012-11-22
Tanggal Publikasi 2012-11-21
Penilaian 1.40/5 Total 5 Penilaian
Pengembang nik.fa
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}