CSS and XPath checker

A helper tool for to confirm CSS and XPath selector.

CSS and XPath checker क्या है?

CSS and XPath checker https://takaki-web.media-as.org द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A helper tool for to confirm CSS and XPath selector."।

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

screenshot
screenshot

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

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

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

                        This tool helps to check CSS and XPath selector. It displays elements which specified by selector with highlight.                    

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

नाम CSS and XPath checker CSS and XPath checker
ID aoinfihhckpkkcpholfhmkeplbhddipe
आधिकारिक URL https://chromewebstore.google.com/detail/css-and-xpath-checker/aoinfihhckpkkcpholfhmkeplbhddipe
विवरण A helper tool for to confirm CSS and XPath selector.
फ़ाइल का आकार 75.17 KB
स्थापना संख्या 23,384
वर्तमान संस्करण 0.23.0
अंतिम अपडेट 2023-10-03
प्रकाशन तिथि 2019-11-07
रेटिंग 2.73/5 कुल 44 रेटिंग्स
डेवलपर https://takaki-web.media-as.org
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://gitlab.com/takatan/cxchecker-extension
सहायता पृष्ठ URL https://gitlab.com/takatan/cxchecker-extension
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CSS and XPath checker",
    "author": "TANIGUCHI Takaki",
    "version": "0.23.0",
    "manifest_version": 3,
    "description": "A helper tool for to confirm CSS and XPath selector.",
    "icons": {
        "16": "assets\/icons\/icon-16.png",
        "24": "assets\/icons\/icon-24.png",
        "64": "assets\/icons\/icon-64.png",
        "128": "assets\/icons\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content\/content.js"
            ]
        }
    ],
    "permissions": [
        "tabs"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "action": {
        "default_icon": {
            "16": "assets\/icons\/icon-16.png",
            "48": "assets\/icons\/icon-48.png"
        },
        "default_title": "CSS and XPath checker",
        "default_popup": "popup\/index.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*",
                "content\/*",
                "options\/*",
                "popup\/*",
                "background\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}