CSS Selector Tester
Highlight the elements matching a given CSS selector.
O que é CSS Selector Tester?
CSS Selector Tester é uma extensão do Chrome desenvolvida por sklab, e sua principal característica é "Highlight the elements matching a given CSS selector.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão CSS Selector Tester
Baixe arquivos de extensão CSS Selector Tester no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | CSS Selector Tester |
ID | gkdinamekianhihakaefhphphhodpgha |
URL Oficial | https://chromewebstore.google.com/detail/css-selector-tester/gkdinamekianhihakaefhphphhodpgha |
Descrição | Highlight the elements matching a given CSS selector. |
Tamanho do Arquivo | 30.87 KB |
Contagem de Instalações | 2,061 |
Versão Atual | 1.1 |
Última Atualização | 2023-10-08 |
Data de Publicação | 2023-05-08 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | sklab |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } |