CSS Selector Helper

Dev Tools sidebar that aids finding unique CSS selectors for Selenium WebDriver tests.

O que é CSS Selector Helper?

CSS Selector Helper é uma extensão do Chrome desenvolvida por jlawrence6809, e sua principal característica é "Dev Tools sidebar that aids finding unique CSS selectors for Selenium WebDriver tests.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão CSS Selector Helper

Baixe arquivos de extensão CSS Selector Helper 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

                        CSS Selector Helper makes finding the right CSS selector on a web page much quicker and easier than digging through the HTML. Unlike other tools meant to help you locate CSS selectors, this extension allows you to choose the selectors manually, so that they can match up better with the structure of the page as it was designed.                    

Informações Básicas da Extensão

Nome CSS Selector Helper CSS Selector Helper
ID gddgceinofapfodcekopkjjelkbjodin
URL Oficial https://chromewebstore.google.com/detail/css-selector-helper/gddgceinofapfodcekopkjjelkbjodin
Descrição Dev Tools sidebar that aids finding unique CSS selectors for Selenium WebDriver tests.
Tamanho do Arquivo 91.27 KB
Contagem de Instalações 20,000
Versão Atual 2.0.2
Última Atualização 2022-06-03
Data de Publicação 2019-05-17
Classificação 3.74/5 Total de 53 Avaliações
Desenvolvedor jlawrence6809
Email [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 Helper",
    "description": "Dev Tools sidebar that aids finding unique CSS selectors for Selenium WebDriver tests.",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoyUSrNiwCi+AiMexv4YruM+sxVy6SUIlmpNrZjjLNFuzDbdWBH3C6etj\/rkv5Nvz2tlhVtliukxEaaA6vRrDeig1sxIyXNg5csIpKxV1gEoDWMbuMKVfCt9MityjWWADY56LN4hG22B5YdDwDq0Mx2ty93YxVfSgrxma5HtGH1q+MhgFsVcOB3MLM17lwNTZ6e6J8BXOWK0oOs5idxZBVhSxm6jz2\/lt7ISVSkWF4VKZCumxJQJ3WxyiQ+iI9c8KJ4IGPjuz7nNYDQPVSGwf3KQvrFvr5tYOcIE9jG1XaitweHAPymAzoUAUMKTq7qm2Z\/UJ7EHdtyt0hm+A3sx1mQIDAQAB",
    "version": "2.0.2",
    "devtools_page": "devtools.html",
    "action": {
        "default_popup": "popup.html",
        "default_title": "Open the popup"
    },
    "content_security_policy": {
        "devtools_page": "script-src 'self' 'unsafe-eval'; object-src 'self'"
    },
    "permissions": [],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "icons": {
        "128": "icon_128.png"
    }
}