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是由Parthipan Natkunam開發的Chrome擴展程式,該擴展的主要功能是“A light-weight extension to preview the open graph tags ( og tags) of the page in your current tab”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載OGraph Previewer擴展crx文件

下載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
官方網址 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"
    }
}