ABBAdata CSS Selector Finder

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

Co to jest ABBAdata CSS Selector Finder?

ABBAdata CSS Selector Finder to rozszerzenie Chrome opracowane przez https://abbadata.com, a jego główną funkcją jest „Easy, powerful, and interactive way to find unique CSS selectors for any DOM element.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia ABBAdata CSS Selector Finder

Pobierz pliki rozszerzeń ABBAdata CSS Selector Finder 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

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa ABBAdata CSS Selector Finder ABBAdata CSS Selector Finder
ID mjbofijjejpdldklldknobfegdjmmlbc
Oficjalny URL https://chromewebstore.google.com/detail/abbadata-css-selector-fin/mjbofijjejpdldklldknobfegdjmmlbc
Opis Easy, powerful, and interactive way to find unique CSS selectors for any DOM element.
Rozmiar pliku 336 KB
Liczba instalacji 484
Aktualna Wersja 0.1
Ostatnia Aktualizacja 2020-12-12
Data Publikacji 2020-06-02
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper https://abbadata.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://abbadata.com/selector_finder.html
Adres URL Strony Pomocy https://github.com/abbadata/css_selector_finder/issues
Obsługiwane Języki 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"
    ]
}