OGP_Checker

サイトに設定されているogpなどをチェックして表示します。アイコンは、http://www.smashingmagazine.com/2010/02/15/free-medical-icons-set-60-icons/

What is OGP_Checker?

OGP_Checker is a Chrome extension developed by matsuhisa, and its main feature is "サイトに設定されているogpなどをチェックして表示します。アイコンは、http://www.smashingmagazine.com/2010/02/15/free-medical-icons-set-60-icons/".

Extension Screenshots

screenshot

Download OGP_Checker Extension CRX File

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

                        SEOなどに必要な
・title
・h1
・description
・keyword
や、ogの設定
・og:title
・og:image
・og:url
などを確認できるツールです                    

Extension Basic Information

Name OGP_Checker OGP_Checker
ID keiplbgeilckhgmkaoodclmcahkkmepm
Official URL https://chrome.google.com/webstore/detail/ogpchecker/keiplbgeilckhgmkaoodclmcahkkmepm
Description サイトに設定されているogpなどをチェックして表示します。アイコンは、http://www.smashingmagazine.com/2010/02/15/free-medical-icons-set-60-icons/
File Size 41.52 KB
Installation Count 1,000
Current Version 0.0.6.1
Last Updated 2016-10-17
Publish Date 2016-10-17
Rating 3.00/5 Total 2 Ratings
Developer matsuhisa
Payment Type free
Extension Website https://github.com/matsuhisa/chrome_ogp_checker
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "OGP_Checker",
    "short_name": "OGP_Checker",
    "version": "0.0.6.1",
    "manifest_version": 2,
    "description": "\u30b5\u30a4\u30c8\u306b\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u308bogp\u306a\u3069\u3092\u30c1\u30a7\u30c3\u30af\u3057\u3066\u8868\u793a\u3057\u307e\u3059\u3002\u30a2\u30a4\u30b3\u30f3\u306f\u3001http:\/\/www.smashingmagazine.com\/2010\/02\/15\/free-medical-icons-set-60-icons\/",
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery.min.js",
                "script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}