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
公式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
Eメール [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"
    }
}