XPath tool

XPath tool

Qu'est-ce que XPath tool ?

XPath tool est une extension Chrome développée par nik.fa, et sa fonction principale est "XPath tool".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension XPath tool

Téléchargez les fichiers d'extension XPath tool au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom XPath tool XPath tool
ID kloghhlglbphgmfngbmaijbofialbcnm
URL Officiel https://chromewebstore.google.com/detail/xpath-tool/kloghhlglbphgmfngbmaijbofialbcnm
Description XPath tool
Taille du Fichier 20.82 KB
Nombre d'Installations 249
Version Actuelle 0.0.1
Dernière Mise à Jour 2012-11-22
Date de Publication 2012-11-21
Évaluation 1.40/5 Total 5 Évaluations
Développeur nik.fa
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}