metaCheckMan

metaデータのチェック

What is metaCheckMan?

metaCheckMan is a Chrome extension developed by kobuta55, and its main feature is "metaデータのチェック".

Extension Screenshots

screenshot
screenshot

Download metaCheckMan Extension CRX File

Download metaCheckMan 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

                        開いているwebページのmetaタグの情報をポップアップで表示します。
オプションページでは、表示させる項目を選択出来ます。
ページ内遷移をしない限りポップアップは常駐し続けるので、使いやすいのが売りです。                    

Extension Basic Information

Name metaCheckMan metaCheckMan
ID pbaikbiiaamibbojlnkonhhbbpofbgeh
Official URL https://chromewebstore.google.com/detail/metacheckman/pbaikbiiaamibbojlnkonhhbbpofbgeh
Description metaデータのチェック
File Size 71.84 KB
Installation Count 71
Current Version 1.0.1
Last Updated 2022-04-27
Publish Date 2015-09-19
Developer kobuta55
Email [email protected]
Payment Type free
Extension Website https://htmlgo.site/works/metacheckman/
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "metaCheckMan",
    "version": "1.0.1",
    "manifest_version": 3,
    "description": "meta\u30c7\u30fc\u30bf\u306e\u30c1\u30a7\u30c3\u30af",
    "host_permissions": [
        ""
    ],
    "options_ui": {
        "page": "options.html"
    },
    "background": {
        "service_worker": ".\/js\/background.js"
    },
    "action": {
        "default_title": "Click me"
    },
    "permissions": [
        "storage",
        "scripting"
    ],
    "icons": {
        "128": "icon.png"
    }
}