OGraph Previewer
A light-weight extension to preview the open graph tags ( og tags) of the page in your current tab
OGraph Previewer क्या है?
OGraph Previewer Parthipan Natkunam द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A light-weight extension to preview the open graph tags ( og tags) of the page in your current tab"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में OGraph Previewer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Provides a quick preview of open graph data of the page on the current tab. This will give an idea of how the link would look if shared on social media platforms. This tool can be used to improve the SEO of your page while in development. It can also be used to check your open tags of the pages that are already in production. You can also copy the existing og tag data on the page for debugging purposes.
एक्सटेंशन की मूल जानकारी
नाम | OGraph Previewer |
ID | ggcfeakcnodgcmmllfdbmngekljbhiim |
आधिकारिक URL | https://chromewebstore.google.com/detail/ograph-previewer/ggcfeakcnodgcmmllfdbmngekljbhiim |
विवरण | A light-weight extension to preview the open graph tags ( og tags) of the page in your current tab |
फ़ाइल का आकार | 16.56 KB |
स्थापना संख्या | 8,737 |
वर्तमान संस्करण | 2.0.0 |
अंतिम अपडेट | 2023-08-31 |
प्रकाशन तिथि | 2021-01-20 |
रेटिंग | 4.56/5 कुल 9 रेटिंग्स |
डेवलपर | Parthipan Natkunam |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "OGraph Previewer", "version": "2.0.0", "manifest_version": 3, "description": "A light-weight extension to preview the open graph tags ( og tags) of the page in your current tab", "author": "Parthipan Natkunam", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "scripting", "activeTab" ], "action": { "default_icon": "icons\/icon19.png", "default_title": "oGraph Previewer", "default_popup": "browser_action.html" } } |