CSS Selector Helper

Dev Tools sidebar that aids finding unique CSS selectors for Selenium WebDriver tests.

CSS Selector Helper क्या है?

CSS Selector Helper jlawrence6809 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Dev Tools sidebar that aids finding unique CSS selectors for Selenium WebDriver tests."।

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

screenshot
screenshot

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

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

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

                        CSS Selector Helper makes finding the right CSS selector on a web page much quicker and easier than digging through the HTML. Unlike other tools meant to help you locate CSS selectors, this extension allows you to choose the selectors manually, so that they can match up better with the structure of the page as it was designed.                    

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

नाम CSS Selector Helper CSS Selector Helper
ID gddgceinofapfodcekopkjjelkbjodin
आधिकारिक URL https://chromewebstore.google.com/detail/css-selector-helper/gddgceinofapfodcekopkjjelkbjodin
विवरण Dev Tools sidebar that aids finding unique CSS selectors for Selenium WebDriver tests.
फ़ाइल का आकार 91.27 KB
स्थापना संख्या 20,000
वर्तमान संस्करण 2.0.2
अंतिम अपडेट 2022-06-03
प्रकाशन तिथि 2019-05-17
रेटिंग 3.74/5 कुल 53 रेटिंग्स
डेवलपर jlawrence6809
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "CSS Selector Helper",
    "description": "Dev Tools sidebar that aids finding unique CSS selectors for Selenium WebDriver tests.",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoyUSrNiwCi+AiMexv4YruM+sxVy6SUIlmpNrZjjLNFuzDbdWBH3C6etj\/rkv5Nvz2tlhVtliukxEaaA6vRrDeig1sxIyXNg5csIpKxV1gEoDWMbuMKVfCt9MityjWWADY56LN4hG22B5YdDwDq0Mx2ty93YxVfSgrxma5HtGH1q+MhgFsVcOB3MLM17lwNTZ6e6J8BXOWK0oOs5idxZBVhSxm6jz2\/lt7ISVSkWF4VKZCumxJQJ3WxyiQ+iI9c8KJ4IGPjuz7nNYDQPVSGwf3KQvrFvr5tYOcIE9jG1XaitweHAPymAzoUAUMKTq7qm2Z\/UJ7EHdtyt0hm+A3sx1mQIDAQAB",
    "version": "2.0.2",
    "devtools_page": "devtools.html",
    "action": {
        "default_popup": "popup.html",
        "default_title": "Open the popup"
    },
    "content_security_policy": {
        "devtools_page": "script-src 'self' 'unsafe-eval'; object-src 'self'"
    },
    "permissions": [],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "icons": {
        "128": "icon_128.png"
    }
}