Metadata plugin

HTML metadata reader. Plugin makes metadata fields from browsed web pages visible in a yellow box at the end of the web page.

Qu'est-ce que Metadata plugin ?

Metadata plugin est une extension Chrome développée par esa.pulkkinen, et sa fonction principale est "HTML metadata reader. Plugin makes metadata fields from browsed web pages visible in a yellow box at the end of the web page.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Metadata plugin

Téléchargez les fichiers d'extension Metadata plugin 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

                        Chrome plugin to display web page metadata                    

Informations de Base sur l'Extension

Nom Metadata plugin Metadata plugin
ID bfefomgjdpdmfibcboipedbjanjplfao
URL Officiel https://chromewebstore.google.com/detail/metadata-plugin/bfefomgjdpdmfibcboipedbjanjplfao
Description HTML metadata reader. Plugin makes metadata fields from browsed web pages visible in a yellow box at the end of the web page.
Taille du Fichier 9.05 KB
Nombre d'Installations 181
Version Actuelle 1.2
Dernière Mise à Jour 2020-11-25
Date de Publication 2020-11-24
Développeur esa.pulkkinen
Email [email protected]
Type de Paiement free
Langues Prises en Charge en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Metadata plugin",
    "version": "1.2",
    "description": "HTML metadata reader. Plugin makes metadata fields from browsed web pages visible in a yellow box at the end of the web page.",
    "options_page": "README.html",
    "browser_action": {
        "default_title": "Metadata plugin",
        "default_popup": "README.html"
    },
    "permissions": [
        "activeTab",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "100": "images\/metadata.png"
    },
    "manifest_version": 2
}