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文件

下載Open Graph Checker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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:\/\/*\/"
    ]
}