Localhost Open Graph Debugger

Localhost Open Graph Debugger is a Chrome Extension for checking Open Graph meta tags of locally hosted websites.

Co to jest Localhost Open Graph Debugger?

Localhost Open Graph Debugger to rozszerzenie Chrome opracowane przez thisissimmon, a jego główną funkcją jest „Localhost Open Graph Debugger is a Chrome Extension for checking Open Graph meta tags of locally hosted websites.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Localhost Open Graph Debugger

Pobierz pliki rozszerzeń Localhost Open Graph Debugger w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Localhost Open Graph Debugger Localhost Open Graph Debugger
ID kckjjmiilgndeaohcljonedmledlnkij
Oficjalny URL https://chromewebstore.google.com/detail/localhost-open-graph-debu/kckjjmiilgndeaohcljonedmledlnkij
Opis Localhost Open Graph Debugger is a Chrome Extension for checking Open Graph meta tags of locally hosted websites.
Rozmiar pliku 28 KB
Liczba instalacji 4,333
Aktualna Wersja 2.1
Ostatnia Aktualizacja 2022-12-11
Data Publikacji 2021-09-15
Ocena 2.71/5 Łącznie 7 Oceny
Deweloper thisissimmon
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://og.nullnull.dev
Adres URL Strony Pomocy https://twitter.com/thisissimmon
Obsługiwane Języki 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"
    }
}