XPathMax - XPath Generator

XPath Generator by SchemaApp

XPathMax - XPath Generator क्या है?

XPathMax - XPath Generator SchemaApp द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "XPath Generator by SchemaApp"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में XPathMax - XPath Generator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        XPath Generator by SchemaApp

This latest release crushes a few bugs, but it's time to say goodbye. This is the final release, and that means that this extension will no longer receive updates.

Thanks to all our users over the years - and happy XPath'ing!

*** Please restart Chrome OR reload all your tabs after installing this extension ***

∙ Start XpathMax by clicking the extension icon
∙ Then click the 'Start XpathMax' button.

→ You will see a blue bar appear at the top of the web page.

→ Click anywhere on the page to generate a list of XPaths pointing to that element on the page.

∙ To quit XPathMax, click the 'X' in the top-right of the extension window.

*** Please restart Chrome OR reload all your tabs after installing this extension ***

∙ Report any bugs to support link on this page, and we'll do our best to get them resolved!

Thanks for using XPathMax XPath Generator.                    

एक्सटेंशन की मूल जानकारी

नाम XPathMax - XPath Generator XPathMax - XPath Generator
ID mikjagmoklbhhfbhlbdnfeocmnfohneb
आधिकारिक URL https://chromewebstore.google.com/detail/xpathmax-xpath-generator/mikjagmoklbhhfbhlbdnfeocmnfohneb
विवरण XPath Generator by SchemaApp
फ़ाइल का आकार 672 KB
स्थापना संख्या 3,000
वर्तमान संस्करण 1.0.4
अंतिम अपडेट 2023-12-14
प्रकाशन तिथि 2020-03-17
रेटिंग 3.67/5 कुल 3 रेटिंग्स
डेवलपर SchemaApp
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://www.schemaapp.com/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "homepage_url": "https:\/\/www.schemaapp.com\/?referrer=XPath-Extension",
    "description": "XPath Generator by SchemaApp",
    "default_locale": "en",
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_extName__",
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/content-script.js"
            ],
            "css": [
                "css\/content-script.8e52893d.css"
            ]
        }
    ],
    "version": "1.0.4",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}