Localhost Open Graph Debugger
Localhost Open Graph Debugger is a Chrome Extension for checking Open Graph meta tags of locally hosted websites.
Localhost Open Graph Debugger क्या है?
Localhost Open Graph Debugger thisissimmon द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Localhost Open Graph Debugger is a Chrome Extension for checking Open Graph meta tags of locally hosted websites."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Localhost Open Graph Debugger एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Localhost Open Graph Debugger is a Chrome Extension for checking Open Graph meta tags of locally hosted websites. Since it temporarily hosts meta tags on our site, you can easily check them without using tunnels to localhost tool like ngrok.
एक्सटेंशन की मूल जानकारी
नाम | Localhost Open Graph Debugger |
ID | kckjjmiilgndeaohcljonedmledlnkij |
आधिकारिक URL | https://chromewebstore.google.com/detail/localhost-open-graph-debu/kckjjmiilgndeaohcljonedmledlnkij |
विवरण | Localhost Open Graph Debugger is a Chrome Extension for checking Open Graph meta tags of locally hosted websites. |
फ़ाइल का आकार | 28 KB |
स्थापना संख्या | 4,333 |
वर्तमान संस्करण | 2.1 |
अंतिम अपडेट | 2022-12-11 |
प्रकाशन तिथि | 2021-09-15 |
रेटिंग | 2.71/5 कुल 7 रेटिंग्स |
डेवलपर | thisissimmon |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://og.nullnull.dev |
सहायता पृष्ठ URL | https://twitter.com/thisissimmon |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Localhost Open Graph Debugger", "version": "2.1", "description": "Localhost Open Graph Debugger is a Chrome Extension for checking Open Graph meta tags of locally hosted websites.", "icons": { "16": "\/images\/icon-16x16.png", "32": "\/images\/icon-32x32.png", "48": "\/images\/icon-48x48.png", "128": "\/images\/icon-128x128.png" }, "action": { "default_icon": { "16": "\/images\/icon-16x16.png", "32": "\/images\/icon-32x32.png", "48": "\/images\/icon-48x48.png", "128": "\/images\/icon-128x128.png" }, "default_title": "Localhost Open Graph Debugger", "default_popup": "popup.html" }, "permissions": [ "activeTab", "scripting" ], "background": { "service_worker": "service-worker.js" } } |