Open Graph Checker

Check and preview the social sharing details from a page's Open Graph metadata

Open Graph Checker란 무엇입니까?

Open Graph Checker은(는) https://coywolf.pro에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Check and preview the social sharing details from a page's Open Graph metadata"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Open Graph Checker 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The Open Graph Checker by Coywolf makes it easy to check if a page has essential Open Graph metadata. If a page does have the necessary Open Graph metadata, the extension will display a preview of the image, title, and description. The extension will also report if the image, title, or description are missing.

Social media marketers will find the extension helpful to see how a news article, blog post, or product page will appear on social networks. If they don't like the image, title, or description, they can update the page and then use Coywolf's Open Graph Checker to preview the changes. The extension always attempts to retrieve the page's non-cached version to assist in viewing the most recent changes.

We hope you enjoy using it, and please don't hesitate to send us feedback. If enough people think this tool is useful, Coywolf will add more features to it. We are all about optimizing and making things better.                    

확장 프로그램 기본 정보

이름 Open Graph Checker Open Graph Checker
ID lkjaebkedoblfeglnhbgbjbdodjdogpe
공식 URL https://chromewebstore.google.com/detail/open-graph-checker/lkjaebkedoblfeglnhbgbjbdodjdogpe
설명 Check and preview the social sharing details from a page's Open Graph metadata
파일 크기 125 KB
설치 횟수 4,464
현재 버전 0.2
최근 업데이트 2022-10-18
출시 날짜 2022-03-22
평점 4.50/5 총 8 개의 평점
개발자 https://coywolf.pro
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://coywolf.pro/social/open-graph-checker/
도움말 페이지 URL https://coywolf.pro/social/open-graph-checker/#h-feedback-form
개인정보 보호 정책 페이지 URL https://coywolf.llc/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Check and preview the social sharing details from a page's Open Graph metadata",
    "version": "0.2",
    "name": "Open Graph Checker",
    "action": {
        "default_title": "Open Graph Checker",
        "default_icon": "icon-white-48.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon-white-16.png",
        "48": "icon-white-48.png",
        "128": "icon-white-128.png"
    },
    "background": {
        "service_worker": "service-worker.js"
    },
    "manifest_version": 3,
    "content_security_policy": [],
    "web_accessible_resources": [
        {
            "resources": [
                "options.bundle.js",
                "popup.bundle.js"
            ],
            "matches": [],
            "extension_ids": []
        }
    ],
    "permissions": [
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/*\/"
    ]
}