Selector Path and xPath

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

Co to jest Selector Path and xPath?

Selector Path and xPath to rozszerzenie Chrome opracowane przez vivekgari, a jego główną funkcją jest „This extension lets you find selector Path and xPath of clicked html element”.

Pobierz plik CRX rozszerzenia Selector Path and xPath

Pobierz pliki rozszerzeń Selector Path and xPath w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Selector Path and xPath Selector Path and xPath
ID mkhipceidjnbpmjdgehkahdhgjmlmioe
Oficjalny URL https://chrome.google.com/webstore/detail/selector-path-and-xpath/mkhipceidjnbpmjdgehkahdhgjmlmioe
Opis This extension lets you find selector Path and xPath of clicked html element
Rozmiar pliku 49.46 KB
Liczba instalacji 12
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2017-01-25
Data Publikacji 2017-01-25
Deweloper vivekgari
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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'"
}