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.

What is Metadata plugin?

Metadata plugin is a Chrome extension developed by esa.pulkkinen, and its main feature is "HTML metadata reader. Plugin makes metadata fields from browsed web pages visible in a yellow box at the end of the web page.".

Extension Screenshots

screenshot

Download Metadata plugin Extension CRX File

Download Metadata plugin extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Chrome plugin to display web page metadata                    

Extension Basic Information

Name Metadata plugin Metadata plugin
ID bfefomgjdpdmfibcboipedbjanjplfao
Official URL 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.
File Size 9.05 KB
Installation Count 181
Current Version 1.2
Last Updated 2020-11-25
Publish Date 2020-11-24
Developer esa.pulkkinen
Email [email protected]
Payment Type free
Supported Languages 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
}