XPath Helper for Google Chrome™

Quickly get the XPath for any element on a webpage with just one click. Simply select an element and it will display its XPath.

Co to jest XPath Helper for Google Chrome™?

XPath Helper for Google Chrome™ to rozszerzenie Chrome opracowane przez https://www.oziku.tech, a jego główną funkcją jest „Quickly get the XPath for any element on a webpage with just one click. Simply select an element and it will display its XPath.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia XPath Helper for Google Chrome™

Pobierz pliki rozszerzeń XPath Helper for Google Chrome™ 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

                        🧑‍💻🧑‍💻🧑‍💻    XPath Helper: Get the XPath of any element on a webpage quickly and easily. Perfect for web developers and SEO professionals who need to work with XML data. Simply select an element and the extension will display its XPath in the toolbar. 

⏳⏳⏳    No more tedious manual XPath creation - this extension makes it easy to extract the information you need. 

✔️✔️✔️    Try it now and make your XML data work easier and more efficient. Get the XPath Helper extension for web browser!

📬📬📬   Support Email: [email protected]
✉️ All translations are done with a translator. For any wrong translation please reach out to us.
✉️ For any bugs found or feature request please do not hesitate to send us an email.

🌐🌐🌐    Google Chrome™
✔️ Google Chrome™ is a trademark of Google Inc.
✔️ Use of this trademark is subject to Google Permissions.                    

Podstawowe informacje o rozszerzeniu

Nazwa XPath Helper for Google Chrome™ XPath Helper for Google Chrome™
ID madglblnbddpkecoihhnkohnofachcgn
Oficjalny URL https://chromewebstore.google.com/detail/xpath-helper-for-google-c/madglblnbddpkecoihhnkohnofachcgn
Opis Quickly get the XPath for any element on a webpage with just one click. Simply select an element and it will display its XPath.
Rozmiar pliku 212 KB
Liczba instalacji 829
Aktualna Wersja 0.2.1
Ostatnia Aktualizacja 2023-07-21
Data Publikacji 2022-12-16
Ocena 1.00/5 Łącznie 1 Oceny
Deweloper https://www.oziku.tech
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.oziku.tech/
Adres URL Strony Pomocy https://www.oziku.tech/
Adres URL Strony Polityki Prywatności https://www.oziku.tech/privacy
Obsługiwane Języki id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extNameFull__",
    "short_name": "__MSG_extName__",
    "version": "0.2.1",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "icons": {
        "16": "res\/icons\/logo\/logo_16.png",
        "32": "res\/icons\/logo\/logo_32.png",
        "48": "res\/icons\/logo\/logo_48.png",
        "128": "res\/icons\/logo\/logo_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/libs\/jquery-ui.min.css",
                "css\/contentStyle.css"
            ],
            "js": [
                "js\/libs\/jquery.js",
                "js\/libs\/jquery-ui.min.js",
                "js\/contentScript.js"
            ],
            "all_frames": false,
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "author": "Oziku Technologies LLC",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "html\/popup.html",
        "default_title": "__MSG_extName__",
        "default_icon": {
            "16": "res\/icons\/logo\/logo_16.png",
            "32": "res\/icons\/logo\/logo_32.png",
            "48": "res\/icons\/logo\/logo_48.png",
            "128": "res\/icons\/logo\/logo_128.png"
        }
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "res\/icons\/ui\/drag.png"
            ]
        }
    ]
}