Semantic HTML Viewer

Chrome extension to reveal the usage of semantic HTML tags on any website.

O que é Semantic HTML Viewer?

Semantic HTML Viewer é uma extensão do Chrome desenvolvida por Tiago Ferreira, e sua principal característica é "Chrome extension to reveal the usage of semantic HTML tags on any website.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Semantic HTML Viewer

Baixe arquivos de extensão Semantic HTML Viewer 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

                        Reveal the semantic HTML used by any website.                    

Informações Básicas da Extensão

Nome Semantic HTML Viewer Semantic HTML Viewer
ID glapikbnefnagjolgppjefchjkjffhog
URL Oficial https://chrome.google.com/webstore/detail/semantic-html-viewer/glapikbnefnagjolgppjefchjkjffhog
Descrição Chrome extension to reveal the usage of semantic HTML tags on any website.
Tamanho do Arquivo 316 KB
Contagem de Instalações 1,000
Versão Atual 0.0.3
Última Atualização 2019-09-30
Data de Publicação 2019-09-30
Classificação 4.50/5 Total de 2 Avaliações
Desenvolvedor Tiago Ferreira
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Semantic HTML Viewer",
    "version": "0.0.3",
    "description": "Chrome extension to reveal the usage of semantic HTML tags on any website.",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "36": "images\/android-icon-36x36.png",
            "48": "images\/android-icon-48x48.png",
            "72": "images\/android-icon-72x72.png",
            "96": "images\/android-icon-96x96.png",
            "144": "images\/android-icon-144x144.png",
            "192": "images\/android-icon-192x192.png"
        }
    },
    "icons": {
        "36": "images\/android-icon-36x36.png",
        "48": "images\/android-icon-48x48.png",
        "72": "images\/android-icon-72x72.png",
        "96": "images\/android-icon-96x96.png",
        "144": "images\/android-icon-144x144.png",
        "192": "images\/android-icon-192x192.png"
    },
    "manifest_version": 2
}