Semantic HTML Viewer

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

Qu'est-ce que Semantic HTML Viewer ?

Semantic HTML Viewer est une extension Chrome développée par Tiago Ferreira, et sa fonction principale est "Chrome extension to reveal the usage of semantic HTML tags on any website.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Semantic HTML Viewer

Téléchargez les fichiers d'extension Semantic HTML Viewer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Reveal the semantic HTML used by any website.                    

Informations de Base sur l'Extension

Nom Semantic HTML Viewer Semantic HTML Viewer
ID glapikbnefnagjolgppjefchjkjffhog
URL Officiel https://chrome.google.com/webstore/detail/semantic-html-viewer/glapikbnefnagjolgppjefchjkjffhog
Description Chrome extension to reveal the usage of semantic HTML tags on any website.
Taille du Fichier 316 KB
Nombre d'Installations 1,000
Version Actuelle 0.0.3
Dernière Mise à Jour 2019-09-30
Date de Publication 2019-09-30
Évaluation 4.50/5 Total 2 Évaluations
Développeur Tiago Ferreira
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}