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.

Wat is Metadata plugin?

Metadata plugin is een Chrome-extensie ontwikkeld door esa.pulkkinen, en de belangrijkste functie is "HTML metadata reader. Plugin makes metadata fields from browsed web pages visible in a yellow box at the end of the web page.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Metadata plugin

Download Metadata plugin-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Chrome plugin to display web page metadata                    

Basisinformatie over de Extensie

Naam Metadata plugin Metadata plugin
ID bfefomgjdpdmfibcboipedbjanjplfao
Officiële URL https://chromewebstore.google.com/detail/metadata-plugin/bfefomgjdpdmfibcboipedbjanjplfao
Beschrijving HTML metadata reader. Plugin makes metadata fields from browsed web pages visible in a yellow box at the end of the web page.
Bestandsgrootte 9.05 KB
Aantal Installaties 181
Huidige Versie 1.2
Laatst Bijgewerkt 2020-11-25
Publicatiedatum 2020-11-24
Ontwikkelaar esa.pulkkinen
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
}