XPath tool

XPath tool

Wat is XPath tool?

XPath tool is een Chrome-extensie ontwikkeld door nik.fa, en de belangrijkste functie is "XPath tool".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie XPath tool

Download XPath tool-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam XPath tool XPath tool
ID kloghhlglbphgmfngbmaijbofialbcnm
Officiële URL https://chromewebstore.google.com/detail/xpath-tool/kloghhlglbphgmfngbmaijbofialbcnm
Beschrijving XPath tool
Bestandsgrootte 20.82 KB
Aantal Installaties 249
Huidige Versie 0.0.1
Laatst Bijgewerkt 2012-11-22
Publicatiedatum 2012-11-21
Beoordeling 1.40/5 Totaal 5 Beoordelingen
Ontwikkelaar nik.fa
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}