Selector Path and xPath

This extension lets you find selector Path and xPath of clicked html element

Hvad er Selector Path and xPath?

Selector Path and xPath er en Chrome-udvidelse udviklet af vivekgari, og dens hovedfunktion er "This extension lets you find selector Path and xPath of clicked html element".

Download Selector Path and xPath-udvidelses-CRX-fil

Download Selector Path and xPath-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        This extension lets you find selector Path and xPath of clicked html element                    

Grundlæggende oplysninger om udvidelsen

Navn Selector Path and xPath Selector Path and xPath
ID mkhipceidjnbpmjdgehkahdhgjmlmioe
Officiel URL https://chrome.google.com/webstore/detail/selector-path-and-xpath/mkhipceidjnbpmjdgehkahdhgjmlmioe
Beskrivelse This extension lets you find selector Path and xPath of clicked html element
Filstørrelse 49.46 KB
Antal Installationer 12
Nuværende Version 1.0
Senest Opdateret 2017-01-25
Udgivelsesdato 2017-01-25
Udvikler vivekgari
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Selector Path and xPath",
    "description": "This extension lets you find selector Path and xPath of clicked html element",
    "version": "1.0",
    "homepage_url": "http:\/\/vivekkumar11432.wordpress.com",
    "browser_action": {
        "default_icon": "favicon.png",
        "default_popup": "",
        "default_title": "xPath"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "scripts\/content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/; object-src 'self'"
}