Localhost Open Graph Debugger
Localhost Open Graph Debugger is a Chrome Extension for checking Open Graph meta tags of locally hosted websites.
Localhost Open Graph Debuggerคืออะไร?
Localhost Open Graph Debugger เป็นส่วนขยายของ Chrome ที่พัฒนาโดย thisissimmon และคุณลักษณะหลักของมันคือ "Localhost Open Graph Debugger is a Chrome Extension for checking Open Graph meta tags of locally hosted websites."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Localhost Open Graph Debugger
ดาวน์โหลดไฟล์ส่วนขยาย Localhost Open Graph Debugger ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Localhost Open Graph Debugger |
ID | kckjjmiilgndeaohcljonedmledlnkij |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/localhost-open-graph-debu/kckjjmiilgndeaohcljonedmledlnkij |
คำอธิบาย | Localhost Open Graph Debugger is a Chrome Extension for checking Open Graph meta tags of locally hosted websites. |
ขนาดไฟล์ | 28 KB |
จำนวนการติดตั้ง | 4,333 |
เวอร์ชันปัจจุบัน | 2.1 |
อัปเดตครั้งล่าสุด | 2022-12-11 |
วันที่เผยแพร่ | 2021-09-15 |
คะแนน | 2.71/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | thisissimmon |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://og.nullnull.dev |
URL หน้าช่วยเหลือ | https://twitter.com/thisissimmon |
ภาษาที่รองรับ | 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" } } |