OGraph Previewer
A light-weight extension to preview the open graph tags ( og tags) of the page in your current tab
Hvad er OGraph Previewer?
OGraph Previewer er en Chrome-udvidelse udviklet af Parthipan Natkunam, og dens hovedfunktion er "A light-weight extension to preview the open graph tags ( og tags) of the page in your current tab".
Udvidelsesskærmbilleder
Download OGraph Previewer-udvidelses-CRX-fil
Download OGraph Previewer-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | OGraph Previewer |
ID | ggcfeakcnodgcmmllfdbmngekljbhiim |
Officiel URL | https://chromewebstore.google.com/detail/ograph-previewer/ggcfeakcnodgcmmllfdbmngekljbhiim |
Beskrivelse | A light-weight extension to preview the open graph tags ( og tags) of the page in your current tab |
Filstørrelse | 16.56 KB |
Antal Installationer | 8,737 |
Nuværende Version | 2.0.0 |
Senest Opdateret | 2023-08-31 |
Udgivelsesdato | 2021-01-20 |
Bedømmelse | 4.56/5 Samlet 9 Bedømmelser |
Udvikler | Parthipan Natkunam |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" } } |