CSS Selector Tester

Highlight the elements matching a given CSS selector.

Cos'è CSS Selector Tester?

CSS Selector Tester è un'estensione di Chrome sviluppata da sklab, e la sua funzione principale è "Highlight the elements matching a given CSS selector.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione CSS Selector Tester

Scarica i file di estensione CSS Selector Tester in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome CSS Selector Tester CSS Selector Tester
ID gkdinamekianhihakaefhphphhodpgha
URL Ufficiale https://chromewebstore.google.com/detail/css-selector-tester/gkdinamekianhihakaefhphphhodpgha
Descrizione Highlight the elements matching a given CSS selector.
Dimensione del File 30.87 KB
Conteggio Installazioni 2,061
Versione Corrente 1.1
Ultimo Aggiornamento 2023-10-08
Data di Pubblicazione 2023-05-08
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore sklab
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
}