OG Spy

Show basic Open Graph tags

Cos'è OG Spy?

OG Spy è un'estensione di Chrome sviluppata da jbw5600, e la sua funzione principale è "Show basic Open Graph tags".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione OG Spy

Scarica i file di estensione OG Spy 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

                        The Open Graph protocol enables any web page to become a rich object in a social graph. It can be achieved by placing numerous meta-tags in the page's header. This extension retrieves and displays few of them, namely:
● og:title
● og:description
● og:image
If 'og:title' or 'og:description' are omitted, then values of standard 'title' and 'description' meta-tags will be displayed respectively. 'og:image' if exists, is displayed graphically.                    

Informazioni di Base sull'Estensione

Nome OG Spy OG Spy
ID gbladodjhonkijdnbbcfoingmljmolnp
URL Ufficiale https://chromewebstore.google.com/detail/og-spy/gbladodjhonkijdnbbcfoingmljmolnp
Descrizione Show basic Open Graph tags
Dimensione del File 13.77 KB
Conteggio Installazioni 1,551
Versione Corrente 1.02
Ultimo Aggiornamento 2018-10-22
Data di Pubblicazione 2018-10-22
Valutazione 4.60/5 Totale 5 Valutazioni
Sviluppatore jbw5600
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "OG Spy",
    "description": "Show basic Open Graph tags",
    "version": "1.02",
    "icons": {
        "16": "img128.png",
        "32": "img128.png",
        "48": "img128.png",
        "128": "img128.png"
    },
    "browser_action": {
        "default_title": "OG Spy",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ]
}