ABBAdata CSS Selector Finder

Easy, powerful, and interactive way to find unique CSS selectors for any DOM element.

ABBAdata CSS Selector Finder क्या है?

ABBAdata CSS Selector Finder https://abbadata.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easy, powerful, and interactive way to find unique CSS selectors for any DOM element."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Find unique CSS Selectors on any page element using a control panel that constantly updates as elements are clicked on.

Contains the following features:
- Highly customizable CSS selector generation:
  - Enable/Disable IDs, class names, tag names
  - Filter out specific IDs, class names, tag names
  - Use specific attributes and/or attribute values
  - Use alternate selector root elements

-  Easy interface for testing arbitrary CSS selectors and seeing all matched elements get highlighted, as well as getting a total count of matched elements

- Easy navigation through DOM tree using alternate navigation feature. This enabled non-displayed elements to be selected                    

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

नाम ABBAdata CSS Selector Finder ABBAdata CSS Selector Finder
ID mjbofijjejpdldklldknobfegdjmmlbc
आधिकारिक URL https://chromewebstore.google.com/detail/abbadata-css-selector-fin/mjbofijjejpdldklldknobfegdjmmlbc
विवरण Easy, powerful, and interactive way to find unique CSS selectors for any DOM element.
फ़ाइल का आकार 336 KB
स्थापना संख्या 484
वर्तमान संस्करण 0.1
अंतिम अपडेट 2020-12-12
प्रकाशन तिथि 2020-06-02
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर https://abbadata.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://abbadata.com/selector_finder.html
सहायता पृष्ठ URL https://github.com/abbadata/css_selector_finder/issues
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "CSS Selector Finder",
    "name": "ABBAdata CSS Selector Finder",
    "version": "0.1",
    "description": "Easy, powerful, and interactive way to find unique CSS selectors for any DOM element.",
    "permissions": [
        "activeTab"
    ],
    "manifest_version": 2,
    "background": {
        "scripts": [
            "\/static\/js\/background\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "ABBAdata CSS Selector Finder",
        "default_popup": "\/popup.html"
    },
    "icons": {
        "16": "\/images\/abba16.png",
        "48": "\/images\/abba48.png",
        "128": "\/images\/abba128.png"
    },
    "web_accessible_resources": [
        "\/static\/js\/content.css",
        "\/static\/js\/content.js.map"
    ]
}