CSS Selector Tester

Highlight the elements matching a given CSS selector.

Qu'est-ce que CSS Selector Tester ?

CSS Selector Tester est une extension Chrome développée par sklab, et sa fonction principale est "Highlight the elements matching a given CSS selector.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension CSS Selector Tester

Téléchargez les fichiers d'extension CSS Selector Tester au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom CSS Selector Tester CSS Selector Tester
ID gkdinamekianhihakaefhphphhodpgha
URL Officiel https://chromewebstore.google.com/detail/css-selector-tester/gkdinamekianhihakaefhphphhodpgha
Description Highlight the elements matching a given CSS selector.
Taille du Fichier 30.87 KB
Nombre d'Installations 2,061
Version Actuelle 1.1
Dernière Mise à Jour 2023-10-08
Date de Publication 2023-05-08
Évaluation 5.00/5 Total 2 Évaluations
Développeur sklab
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
}