Semantic HTML Viewer

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

Was ist Semantic HTML Viewer?

Semantic HTML Viewer ist eine Chrome-Erweiterung, die von Tiago Ferreira entwickelt wurde, und ihr Hauptmerkmal ist "Chrome extension to reveal the usage of semantic HTML tags on any website.".

Erweiterungsscreenshots

screenshot

Semantic HTML Viewer-Erweiterungs-CRX-Datei herunterladen

Laden Sie Semantic HTML Viewer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Reveal the semantic HTML used by any website.                    

Grundlegende Informationen zur Erweiterung

Name Semantic HTML Viewer Semantic HTML Viewer
ID glapikbnefnagjolgppjefchjkjffhog
Offizielle URL https://chrome.google.com/webstore/detail/semantic-html-viewer/glapikbnefnagjolgppjefchjkjffhog
Beschreibung Chrome extension to reveal the usage of semantic HTML tags on any website.
Dateigröße 316 KB
Installationsanzahl 1,000
Aktuelle Version 0.0.3
Letztes Update 2019-09-30
Veröffentlichungsdatum 2019-09-30
Bewertung 4.50/5 Insgesamt 2 Bewertungen
Entwickler Tiago Ferreira
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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
}