RECHECK - Audit HTML Tags and Attributes

Finds any HTML tag and attribute with or without value on any website.

O que é RECHECK - Audit HTML Tags and Attributes?

RECHECK - Audit HTML Tags and Attributes é uma extensão do Chrome desenvolvida por Revert.pl, e sua principal característica é "Finds any HTML tag and attribute with or without value on any website.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão RECHECK - Audit HTML Tags and Attributes

Baixe arquivos de extensão RECHECK - Audit HTML Tags and Attributes 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

                        HTML audit tool for SEO and UX optimization.

E.g. finds `title` attribute values in every `a` tag and all `a` tags with missing `title` attribute:

HTML: `Anchor | Link without title`
Result: `Random text`.
Missing: `Link without title`.                    

Informações Básicas da Extensão

Nome RECHECK - Audit HTML Tags and Attributes RECHECK - Audit HTML Tags and Attributes
ID hjgnabmomkchclopbjndnkoijbedbhfe
URL Oficial https://chromewebstore.google.com/detail/recheck-audit-html-tags-a/hjgnabmomkchclopbjndnkoijbedbhfe
Descrição Finds any HTML tag and attribute with or without value on any website.
Tamanho do Arquivo 53.37 KB
Contagem de Instalações 137
Versão Atual 1.4.5
Última Atualização 2019-07-22
Data de Publicação 2019-07-22
Desenvolvedor Revert.pl
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://revert.pl/portfolio/chrome-recheck
Idiomas Suportados en,pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDescription__",
    "version": "1.4.5",
    "author": "[email protected]",
    "icons": {
        "128": "icons\/icon-html5-pure-128.png",
        "48": "icons\/icon-html5-pure-48.png",
        "16": "icons\/icon-html5-pure-16.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon-html5-pure-19.png",
        "default_popup": "html\/popup.html"
    },
    "options_ui": {
        "page": "html\/options.html",
        "chrome_style": true
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "default_locale": "en"
}