Localhost Open Graph Debugger

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

Cos'è Localhost Open Graph Debugger?

Localhost Open Graph Debugger è un'estensione di Chrome sviluppata da thisissimmon, e la sua funzione principale è "Localhost Open Graph Debugger is a Chrome Extension for checking Open Graph meta tags of locally hosted websites.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Localhost Open Graph Debugger

Scarica i file di estensione Localhost Open Graph Debugger in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Localhost Open Graph Debugger Localhost Open Graph Debugger
ID kckjjmiilgndeaohcljonedmledlnkij
URL Ufficiale https://chromewebstore.google.com/detail/localhost-open-graph-debu/kckjjmiilgndeaohcljonedmledlnkij
Descrizione Localhost Open Graph Debugger is a Chrome Extension for checking Open Graph meta tags of locally hosted websites.
Dimensione del File 28 KB
Conteggio Installazioni 4,333
Versione Corrente 2.1
Ultimo Aggiornamento 2022-12-11
Data di Pubblicazione 2021-09-15
Valutazione 2.71/5 Totale 7 Valutazioni
Sviluppatore thisissimmon
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://og.nullnull.dev
URL della Pagina di Aiuto https://twitter.com/thisissimmon
Lingue Supportate 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"
    }
}