OGraph Previewer
A light-weight extension to preview the open graph tags ( og tags) of the page in your current tab
Vad är OGraph Previewer?
OGraph Previewer är en Chrome-tillägg utvecklad av Parthipan Natkunam, och dess huvudfunktion är "A light-weight extension to preview the open graph tags ( og tags) of the page in your current tab".
Tilläggsskärmbilder
Ladda ner OGraph Previewer-förlängningens CRX-fil
Ladda ner OGraph Previewer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | OGraph Previewer |
ID | ggcfeakcnodgcmmllfdbmngekljbhiim |
Officiell webbadress | https://chromewebstore.google.com/detail/ograph-previewer/ggcfeakcnodgcmmllfdbmngekljbhiim |
Beskrivning | A light-weight extension to preview the open graph tags ( og tags) of the page in your current tab |
Filstorlek | 16.56 KB |
Antal Installationer | 8,737 |
Aktuell Version | 2.0.0 |
Senast Uppdaterad | 2023-08-31 |
Publiceringsdatum | 2021-01-20 |
Betyg | 4.56/5 Totalt 9 Betyg |
Utvecklare | Parthipan Natkunam |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } } |