OGraph Previewer
A light-weight extension to preview the open graph tags ( og tags) of the page in your current tab
Apa itu OGraph Previewer?
OGraph Previewer adalah ekstensi Chrome yang dikembangkan oleh Parthipan Natkunam, dan fitur utamanya adalah "A light-weight extension to preview the open graph tags ( og tags) of the page in your current tab".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi OGraph Previewer
Unduh file ekstensi OGraph Previewer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | OGraph Previewer |
ID | ggcfeakcnodgcmmllfdbmngekljbhiim |
URL Resmi | https://chromewebstore.google.com/detail/ograph-previewer/ggcfeakcnodgcmmllfdbmngekljbhiim |
Deskripsi | A light-weight extension to preview the open graph tags ( og tags) of the page in your current tab |
Ukuran File | 16.56 KB |
Jumlah Instalasi | 8,737 |
Versi Saat Ini | 2.0.0 |
Terakhir Diperbarui | 2023-08-31 |
Tanggal Publikasi | 2021-01-20 |
Penilaian | 4.56/5 Total 9 Penilaian |
Pengembang | Parthipan Natkunam |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |