OG Spy

Show basic Open Graph tags

OG Spy란 무엇입니까?

OG Spy은(는) jbw5600에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Show basic Open Graph tags"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        The Open Graph protocol enables any web page to become a rich object in a social graph. It can be achieved by placing numerous meta-tags in the page's header. This extension retrieves and displays few of them, namely:
● og:title
● og:description
● og:image
If 'og:title' or 'og:description' are omitted, then values of standard 'title' and 'description' meta-tags will be displayed respectively. 'og:image' if exists, is displayed graphically.                    

확장 프로그램 기본 정보

이름 OG Spy OG Spy
ID gbladodjhonkijdnbbcfoingmljmolnp
공식 URL https://chromewebstore.google.com/detail/og-spy/gbladodjhonkijdnbbcfoingmljmolnp
설명 Show basic Open Graph tags
파일 크기 13.77 KB
설치 횟수 1,551
현재 버전 1.02
최근 업데이트 2018-10-22
출시 날짜 2018-10-22
평점 4.60/5 총 5 개의 평점
개발자 jbw5600
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "OG Spy",
    "description": "Show basic Open Graph tags",
    "version": "1.02",
    "icons": {
        "16": "img128.png",
        "32": "img128.png",
        "48": "img128.png",
        "128": "img128.png"
    },
    "browser_action": {
        "default_title": "OG Spy",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ]
}