Full XPath

Copy full xpath

Qu'est-ce que Full XPath ?

Full XPath est une extension Chrome développée par Hongfei Wu, et sa fonction principale est "Copy full xpath".

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

Téléchargez les fichiers d'extension Full XPath 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

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

Informations de Base sur l'Extension

Nom Full XPath Full XPath
ID ofjlfbcpbobinkhbhgmmffaojoaghjjc
URL Officiel https://chromewebstore.google.com/detail/full-xpath/ofjlfbcpbobinkhbhgmmffaojoaghjjc
Description Copy full xpath
Taille du Fichier 19.81 KB
Nombre d'Installations 34
Version Actuelle 1.0
Dernière Mise à Jour 2018-08-27
Date de Publication 2018-08-26
Développeur Hongfei Wu
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}