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 là gì?

Localhost Open Graph Debugger là một tiện ích mở rộng Chrome được phát triển bởi thisissimmon, và tính năng chính của nó là "Localhost Open Graph Debugger is a Chrome Extension for checking Open Graph meta tags of locally hosted websites.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Localhost Open Graph Debugger

Tải xuống các tệp mở rộng Localhost Open Graph Debugger dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Localhost Open Graph Debugger Localhost Open Graph Debugger
ID kckjjmiilgndeaohcljonedmledlnkij
URL Chính Thức https://chromewebstore.google.com/detail/localhost-open-graph-debu/kckjjmiilgndeaohcljonedmledlnkij
Mô tả Localhost Open Graph Debugger is a Chrome Extension for checking Open Graph meta tags of locally hosted websites.
Kích Thước Tệp 28 KB
Số Lần Cài Đặt 4,333
Phiên Bản Hiện Tại 2.1
Cập Nhật Lần Cuối 2022-12-11
Ngày Phát Hành 2021-09-15
Đánh Giá 2.71/5 Tổng số 7 Đánh Giá
Nhà Phát Triển thisissimmon
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://og.nullnull.dev
URL Trang Trợ Giúp https://twitter.com/thisissimmon
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}