Full XPath

Copy full xpath

Was ist Full XPath?

Full XPath ist eine Chrome-Erweiterung, die von Hongfei Wu entwickelt wurde, und ihr Hauptmerkmal ist "Copy full xpath".

Full XPath-Erweiterungs-CRX-Datei herunterladen

Laden Sie Full XPath-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

                        copy full xpath with more details, such as class name, id, sibling index, top to BODY level                    

Grundlegende Informationen zur Erweiterung

Name Full XPath Full XPath
ID ofjlfbcpbobinkhbhgmmffaojoaghjjc
Offizielle URL https://chromewebstore.google.com/detail/full-xpath/ofjlfbcpbobinkhbhgmmffaojoaghjjc
Beschreibung Copy full xpath
Dateigröße 19.81 KB
Installationsanzahl 34
Aktuelle Version 1.0
Letztes Update 2018-08-27
Veröffentlichungsdatum 2018-08-26
Entwickler Hongfei Wu
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Copy full xpath",
    "manifest_version": 2,
    "icons": {
        "16": "images\/selector_16.png",
        "48": "images\/selector_48.png",
        "128": "images\/selector_128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/selector_16.png",
            "48": "images\/selector_48.png",
            "128": "images\/selector_128.png"
        },
        "default_title": "Copy full xpath with more details"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "name": "Full XPath",
    "version": "1.0",
    "permissions": [
        "contextMenus"
    ]
}