CSS Selector Tester
Highlight the elements matching a given CSS selector.
Co je CSS Selector Tester?
CSS Selector Tester je rozšíření Chrome vyvinuté sklab, a jeho hlavní funkcí je „Highlight the elements matching a given CSS selector.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření CSS Selector Tester
Stáhněte si soubory rozšíření CSS Selector Tester ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | CSS Selector Tester |
ID | gkdinamekianhihakaefhphphhodpgha |
Oficiální URL | https://chromewebstore.google.com/detail/css-selector-tester/gkdinamekianhihakaefhphphhodpgha |
Popis | Highlight the elements matching a given CSS selector. |
Velikost souboru | 30.87 KB |
Počet instalací | 2,061 |
Aktuální Verze | 1.1 |
Poslední Aktualizace | 2023-10-08 |
Datum Vydání | 2023-05-08 |
Hodnocení | 5.00/5 Celkem 2 Hodnocení |
Vývojář | sklab |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" } |