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.

Cos'è Metadata plugin?

Metadata plugin è un'estensione di Chrome sviluppata da esa.pulkkinen, e la sua funzione principale è "HTML metadata reader. Plugin makes metadata fields from browsed web pages visible in a yellow box at the end of the web page.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Metadata plugin

Scarica i file di estensione Metadata plugin 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

                        Chrome plugin to display web page metadata                    

Informazioni di Base sull'Estensione

Nome Metadata plugin Metadata plugin
ID bfefomgjdpdmfibcboipedbjanjplfao
URL Ufficiale https://chromewebstore.google.com/detail/metadata-plugin/bfefomgjdpdmfibcboipedbjanjplfao
Descrizione HTML metadata reader. Plugin makes metadata fields from browsed web pages visible in a yellow box at the end of the web page.
Dimensione del File 9.05 KB
Conteggio Installazioni 181
Versione Corrente 1.2
Ultimo Aggiornamento 2020-11-25
Data di Pubblicazione 2020-11-24
Sviluppatore esa.pulkkinen
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
}