OGraph Previewer
A light-weight extension to preview the open graph tags ( og tags) of the page in your current tab
Was ist OGraph Previewer?
OGraph Previewer ist eine Chrome-Erweiterung, die von Parthipan Natkunam entwickelt wurde, und ihr Hauptmerkmal ist "A light-weight extension to preview the open graph tags ( og tags) of the page in your current tab".
Erweiterungsscreenshots
OGraph Previewer-Erweiterungs-CRX-Datei herunterladen
Laden Sie OGraph Previewer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | OGraph Previewer |
ID | ggcfeakcnodgcmmllfdbmngekljbhiim |
Offizielle URL | https://chromewebstore.google.com/detail/ograph-previewer/ggcfeakcnodgcmmllfdbmngekljbhiim |
Beschreibung | A light-weight extension to preview the open graph tags ( og tags) of the page in your current tab |
Dateigröße | 16.56 KB |
Installationsanzahl | 8,737 |
Aktuelle Version | 2.0.0 |
Letztes Update | 2023-08-31 |
Veröffentlichungsdatum | 2021-01-20 |
Bewertung | 4.56/5 Insgesamt 9 Bewertungen |
Entwickler | Parthipan Natkunam |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |