Localhost Open Graph Debugger
Localhost Open Graph Debugger is a Chrome Extension for checking Open Graph meta tags of locally hosted websites.
Apa itu Localhost Open Graph Debugger?
Localhost Open Graph Debugger adalah ekstensi Chrome yang dikembangkan oleh thisissimmon, dan fitur utamanya adalah "Localhost Open Graph Debugger is a Chrome Extension for checking Open Graph meta tags of locally hosted websites.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Localhost Open Graph Debugger
Unduh file ekstensi Localhost Open Graph Debugger 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
Localhost Open Graph Debugger is a Chrome Extension for checking Open Graph meta tags of locally hosted websites. Since it temporarily hosts meta tags on our site, you can easily check them without using tunnels to localhost tool like ngrok.
Informasi Dasar Ekstensi
Nama | Localhost Open Graph Debugger |
ID | kckjjmiilgndeaohcljonedmledlnkij |
URL Resmi | https://chromewebstore.google.com/detail/localhost-open-graph-debu/kckjjmiilgndeaohcljonedmledlnkij |
Deskripsi | Localhost Open Graph Debugger is a Chrome Extension for checking Open Graph meta tags of locally hosted websites. |
Ukuran File | 28 KB |
Jumlah Instalasi | 4,333 |
Versi Saat Ini | 2.1 |
Terakhir Diperbarui | 2022-12-11 |
Tanggal Publikasi | 2021-09-15 |
Penilaian | 2.71/5 Total 7 Penilaian |
Pengembang | thisissimmon |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://og.nullnull.dev |
URL Halaman Bantuan | https://twitter.com/thisissimmon |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Localhost Open Graph Debugger", "version": "2.1", "description": "Localhost Open Graph Debugger is a Chrome Extension for checking Open Graph meta tags of locally hosted websites.", "icons": { "16": "\/images\/icon-16x16.png", "32": "\/images\/icon-32x32.png", "48": "\/images\/icon-48x48.png", "128": "\/images\/icon-128x128.png" }, "action": { "default_icon": { "16": "\/images\/icon-16x16.png", "32": "\/images\/icon-32x32.png", "48": "\/images\/icon-48x48.png", "128": "\/images\/icon-128x128.png" }, "default_title": "Localhost Open Graph Debugger", "default_popup": "popup.html" }, "permissions": [ "activeTab", "scripting" ], "background": { "service_worker": "service-worker.js" } } |