OG Spy
Show basic Open Graph tags
OG Spyคืออะไร?
OG Spy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jbw5600 และคุณลักษณะหลักของมันคือ "Show basic Open Graph tags"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย OG Spy
ดาวน์โหลดไฟล์ส่วนขยาย OG Spy ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The Open Graph protocol enables any web page to become a rich object in a social graph. It can be achieved by placing numerous meta-tags in the page's header. This extension retrieves and displays few of them, namely: ● og:title ● og:description ● og:image If 'og:title' or 'og:description' are omitted, then values of standard 'title' and 'description' meta-tags will be displayed respectively. 'og:image' if exists, is displayed graphically.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | OG Spy |
ID | gbladodjhonkijdnbbcfoingmljmolnp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/og-spy/gbladodjhonkijdnbbcfoingmljmolnp |
คำอธิบาย | Show basic Open Graph tags |
ขนาดไฟล์ | 13.77 KB |
จำนวนการติดตั้ง | 1,551 |
เวอร์ชันปัจจุบัน | 1.02 |
อัปเดตครั้งล่าสุด | 2018-10-22 |
วันที่เผยแพร่ | 2018-10-22 |
คะแนน | 4.60/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | jbw5600 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "OG Spy", "description": "Show basic Open Graph tags", "version": "1.02", "icons": { "16": "img128.png", "32": "img128.png", "48": "img128.png", "128": "img128.png" }, "browser_action": { "default_title": "OG Spy", "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |