Full XPath

Copy full xpath

Wat is Full XPath?

Full XPath is een Chrome-extensie ontwikkeld door Hongfei Wu, en de belangrijkste functie is "Copy full xpath".

Download het CRX-bestand van de extensie Full XPath

Download Full XPath-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

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

Basisinformatie over de Extensie

Naam Full XPath Full XPath
ID ofjlfbcpbobinkhbhgmmffaojoaghjjc
Officiële URL https://chromewebstore.google.com/detail/full-xpath/ofjlfbcpbobinkhbhgmmffaojoaghjjc
Beschrijving Copy full xpath
Bestandsgrootte 19.81 KB
Aantal Installaties 34
Huidige Versie 1.0
Laatst Bijgewerkt 2018-08-27
Publicatiedatum 2018-08-26
Ontwikkelaar Hongfei Wu
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}