OGraph Previewer

A light-weight extension to preview the open graph tags ( og tags) of the page in your current tab

OGraph Previewerคืออะไร?

OGraph Previewer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Parthipan Natkunam และคุณลักษณะหลักของมันคือ "A light-weight extension to preview the open graph tags ( og tags) of the page in your current tab"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย OGraph Previewer

ดาวน์โหลดไฟล์ส่วนขยาย OGraph Previewer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ OGraph Previewer OGraph Previewer
ID ggcfeakcnodgcmmllfdbmngekljbhiim
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ograph-previewer/ggcfeakcnodgcmmllfdbmngekljbhiim
คำอธิบาย A light-weight extension to preview the open graph tags ( og tags) of the page in your current tab
ขนาดไฟล์ 16.56 KB
จำนวนการติดตั้ง 8,737
เวอร์ชันปัจจุบัน 2.0.0
อัปเดตครั้งล่าสุด 2023-08-31
วันที่เผยแพร่ 2021-01-20
คะแนน 4.56/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา Parthipan Natkunam
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
    }
}