Semantic HTML Viewer

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

Cos'è Semantic HTML Viewer?

Semantic HTML Viewer è un'estensione di Chrome sviluppata da Tiago Ferreira, e la sua funzione principale è "Chrome extension to reveal the usage of semantic HTML tags on any website.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Semantic HTML Viewer

Scarica i file di estensione Semantic HTML Viewer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Reveal the semantic HTML used by any website.                    

Informazioni di Base sull'Estensione

Nome Semantic HTML Viewer Semantic HTML Viewer
ID glapikbnefnagjolgppjefchjkjffhog
URL Ufficiale https://chrome.google.com/webstore/detail/semantic-html-viewer/glapikbnefnagjolgppjefchjkjffhog
Descrizione Chrome extension to reveal the usage of semantic HTML tags on any website.
Dimensione del File 316 KB
Conteggio Installazioni 1,000
Versione Corrente 0.0.3
Ultimo Aggiornamento 2019-09-30
Data di Pubblicazione 2019-09-30
Valutazione 4.50/5 Totale 2 Valutazioni
Sviluppatore Tiago Ferreira
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
}