Localhost Open Graph Checker

Check Open Graph on internet unreachable sites like localhost or under basic auth. Temporary host site head tags on hashed url.

Localhost Open Graph Checker क्या है?

Localhost Open Graph Checker https://local-ogp.firebaseapp.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Check Open Graph on internet unreachable sites like localhost or under basic auth. Temporary host site head tags on hashed url."।

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

screenshot

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

crx प्रारूप में Localhost Open Graph Checker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Localhost Open Graph extension allows you to quick, easy and temporary your Open Graph tags hosting.

Checking your Open Graph tags on developing environment, it usually not reachable from the Internet, was always too much hassle work :(
We need to some proxy services like ngrok or need to just release it to internet.
This extension is maybe BEST alternative solution for these works.

== How It Works ==

1. Click button and extension copies your active tabs HTML  tag for host it on temporary page.
2. Automatically open your temporary page, it is reachable from internet service like twitter card validator, facebook debugger.
3. Check how your Open Graph tags works.
4. Erase temporary page by clicking Erase button.                    

एक्सटेंशन की मूल जानकारी

नाम Localhost Open Graph Checker Localhost Open Graph Checker
ID gcbnmkhkglonipggglncobhklaegphgn
आधिकारिक URL https://chromewebstore.google.com/detail/localhost-open-graph-chec/gcbnmkhkglonipggglncobhklaegphgn
विवरण Check Open Graph on internet unreachable sites like localhost or under basic auth. Temporary host site head tags on hashed url.
फ़ाइल का आकार 10.26 KB
स्थापना संख्या 10,000
वर्तमान संस्करण 1.0.5
अंतिम अपडेट 2023-01-03
प्रकाशन तिथि 2019-01-09
रेटिंग 3.71/5 कुल 41 रेटिंग्स
डेवलपर https://local-ogp.firebaseapp.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://local-ogp.firebaseapp.com/
समर्थित भाषाएँ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.0.5",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/local-ogp.firebaseapp.com\/"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "images\/icon.png",
            "24": "images\/icon.png",
            "32": "images\/icon.png"
        },
        "default_title": "localhost open graph checker"
    },
    "manifest_version": 3
}