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はthisissimmonによって開発されたChromeの拡張機能で、その主な機能は「Localhost Open Graph Debugger is a Chrome Extension for checking Open Graph meta tags of locally hosted websites.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Localhost Open Graph Debugger拡張機能のCRXファイルをダウンロード

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