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.
什么是Metadata plugin?
Metadata plugin是由esa.pulkkinen开发的Chrome扩展程序,该扩展的主要功能是“HTML metadata reader. Plugin makes metadata fields from browsed web pages visible in a yellow box at the end of the web page.”。
扩展截图
下载Metadata plugin扩展crx文件
下载Metadata plugin扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        Chrome plugin to display web page metadata                     扩展基本信息
| 名称 |   |  
| ID | bfefomgjdpdmfibcboipedbjanjplfao | 
| 官方URL | https://chromewebstore.google.com/detail/metadata-plugin/bfefomgjdpdmfibcboipedbjanjplfao | 
| 简介 | HTML metadata reader. Plugin makes metadata fields from browsed web pages visible in a yellow box at the end of the web page. | 
| 文件大小 | 9.05 KB | 
| 安装次数 | 181 | 
| 当前版本 | 1.2 | 
| 更新时间 | 2020-11-25 | 
| 上架时间 | 2020-11-24 | 
| 开发者 | esa.pulkkinen | 
| 电子邮箱 | [email protected] | 
| 付费类型 | free | 
| 支持的语言 | 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
}  |  |