XPath tool

XPath tool

Was ist XPath tool?

XPath tool ist eine Chrome-Erweiterung, die von nik.fa entwickelt wurde, und ihr Hauptmerkmal ist "XPath tool".

Erweiterungsscreenshots

screenshot

XPath tool-Erweiterungs-CRX-Datei herunterladen

Laden Sie XPath tool-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name XPath tool XPath tool
ID kloghhlglbphgmfngbmaijbofialbcnm
Offizielle URL https://chromewebstore.google.com/detail/xpath-tool/kloghhlglbphgmfngbmaijbofialbcnm
Beschreibung XPath tool
Dateigröße 20.82 KB
Installationsanzahl 249
Aktuelle Version 0.0.1
Letztes Update 2012-11-22
Veröffentlichungsdatum 2012-11-21
Bewertung 1.40/5 Insgesamt 5 Bewertungen
Entwickler nik.fa
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}