Reset Style Sheet Highlighter

Indicates use of common reset style sheets.

O que é Reset Style Sheet Highlighter?

Reset Style Sheet Highlighter é uma extensão do Chrome desenvolvida por https://meiert.com, e sua principal característica é "Indicates use of common reset style sheets.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Reset Style Sheet Highlighter

Baixe arquivos de extensão Reset Style Sheet Highlighter 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

                        (More information: https://meiert.com/en/blog/exposing-reset-style-sheets/.)                    

Informações Básicas da Extensão

Nome Reset Style Sheet Highlighter Reset Style Sheet Highlighter
ID lnekfhlkfibaamhifbfmcobiglhcbmbl
URL Oficial https://chromewebstore.google.com/detail/reset-style-sheet-highlig/lnekfhlkfibaamhifbfmcobiglhcbmbl
Descrição Indicates use of common reset style sheets.
Tamanho do Arquivo 179 KB
Contagem de Instalações 42
Versão Atual 1.6.5
Última Atualização 2022-10-06
Data de Publicação 2017-10-11
Classificação 3.00/5 Total de 2 Avaliações
Desenvolvedor https://meiert.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/j9t/reset-style-sheet-highlighter
URL da Página de Ajuda https://meiert.com/en/contact/
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "reset.css"
            ]
        }
    ],
    "description": "Indicates use of common reset style sheets.",
    "homepage_url": "https:\/\/github.com\/j9t\/reset-style-sheet-highlighter",
    "icons": {
        "16": "reset.s.png",
        "48": "reset.m.png",
        "128": "reset.l.png"
    },
    "manifest_version": 3,
    "name": "Reset Style Sheet Highlighter",
    "version": "1.6.5"
}