OGP_Checker

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

OGP_Checker란 무엇입니까?

OGP_Checker은(는) matsuhisa에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "サイトに設定されているogpなどをチェックして表示します。アイコンは、http://www.smashingmagazine.com/2010/02/15/free-medical-icons-set-60-icons/"입니다.

확장 프로그램 스크린샷

screenshot

OGP_Checker 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

확장 프로그램 기본 정보

이름 OGP_Checker OGP_Checker
ID keiplbgeilckhgmkaoodclmcahkkmepm
공식 URL https://chrome.google.com/webstore/detail/ogpchecker/keiplbgeilckhgmkaoodclmcahkkmepm
설명 サイトに設定されているogpなどをチェックして表示します。アイコンは、http://www.smashingmagazine.com/2010/02/15/free-medical-icons-set-60-icons/
파일 크기 41.52 KB
설치 횟수 1,000
현재 버전 0.0.6.1
최근 업데이트 2016-10-17
출시 날짜 2016-10-17
평점 3.00/5 총 2 개의 평점
개발자 matsuhisa
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/matsuhisa/chrome_ogp_checker
지원되는 언어 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:\/\/*\/*"
    ]
}