CSS Selector Tester

Highlight the elements matching a given CSS selector.

Co to jest CSS Selector Tester?

CSS Selector Tester to rozszerzenie Chrome opracowane przez sklab, a jego główną funkcją jest „Highlight the elements matching a given CSS selector.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia CSS Selector Tester

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

                        This extension highlights elements specified by CSS selectors.

For web design or web scraping, you will be able to identify elements specified by CSS selectors more easily than with the Chrome Developer Tools.

It's easy to use.
1. Click on the extension's icon.
2. Type in the CSS selectors.
3. Press Enter or click the TEST button.

=== Release notes ===
Version 1.1    2023-10-06
[new feature]  
  "History"
  The input history of the selector can now be displayed.                    

Podstawowe informacje o rozszerzeniu

Nazwa CSS Selector Tester CSS Selector Tester
ID gkdinamekianhihakaefhphphhodpgha
Oficjalny URL https://chromewebstore.google.com/detail/css-selector-tester/gkdinamekianhihakaefhphphhodpgha
Opis Highlight the elements matching a given CSS selector.
Rozmiar pliku 30.87 KB
Liczba instalacji 2,061
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2023-10-08
Data Publikacji 2023-05-08
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper sklab
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "CSS Selector Tester",
    "description": "Highlight the elements matching a given CSS selector.",
    "version": "1.1",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_title": "CSS Selector Tester",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon\/CSS_Selector_Tester16.png",
        "32": "icon\/CSS_Selector_Tester32.png",
        "48": "icon\/CSS_Selector_Tester48.png",
        "128": "icon\/CSS_Selector_Tester128.png"
    },
    "author": "sklab"
}