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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Check and preview the social sharing details from a page's Open Graph metadata"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Open Graph Checker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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:\/\/*\/"
    ]
}