CSS Selector
Quick, Easy, powerful CSS Selector generation.
O que é CSS Selector?
CSS Selector é uma extensão do Chrome desenvolvida por Cool and Fun Software, e sua principal característica é "Quick, Easy, powerful CSS Selector generation.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão CSS Selector
Baixe arquivos de extensão CSS Selector 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 makes finding the right CSS selector on a web page much quicker and easier than digging through the HTML. 1) Install this extension to your chrome browser. 2) Inspect an element on your page or select an element on the "Elements" page of the Chrome Browser Dev tools. 3) Navigate to the "CSS Selector" tab on the sidebar of the "Elements" page of the Dev tools. 4) When you have found your CSS selector, click the button to copy the complete and properly formatted selector.
Informações Básicas da Extensão
Nome | CSS Selector |
ID | dobcgekgcmhjmfahepgbpmiaejlpaalc |
URL Oficial | https://chromewebstore.google.com/detail/css-selector/dobcgekgcmhjmfahepgbpmiaejlpaalc |
Descrição | Quick, Easy, powerful CSS Selector generation. |
Tamanho do Arquivo | 73.43 KB |
Contagem de Instalações | 12,287 |
Versão Atual | 3.0.0 |
Última Atualização | 2022-04-05 |
Data de Publicação | 2020-07-29 |
Classificação | 2.33/5 Total de 3 Avaliações |
Desenvolvedor | Cool and Fun Software |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "\/js\/background.js", "type": "module" }, "action": { "default_icon": { "19": "icons\/action19x19.png", "38": "icons\/action38x38.png" }, "default_title": "CSS Selector Gadget" }, "container": [ "GOOGLE_DRIVE" ], "default_locale": "en", "description": "__MSG_AppDesc__", "icons": { "128": "icons\/128x128.png", "16": "icons\/16x16.png", "48": "icons\/48x48.png" }, "manifest_version": 3, "name": "__MSG_AppName__", "offline_enabled": true, "permissions": [ "activeTab", "scripting" ], "version": "3.0.0", "homepage_url": "https:\/\/css-selector-gadget.dllplayer.com" } |