OGraph Previewer

A light-weight extension to preview the open graph tags ( og tags) of the page in your current tab

¿Qué es OGraph Previewer?

OGraph Previewer es una extensión de Chrome desarrollada por Parthipan Natkunam, y su función principal es "A light-weight extension to preview the open graph tags ( og tags) of the page in your current tab".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión OGraph Previewer

Descarga archivos de extensión OGraph Previewer en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Provides a quick preview of open graph data of the page on the current tab. This will give an idea of how the link would look if shared on social media platforms. This tool can be used to improve the SEO of your page while in development. It can also be used to check your open tags of the pages that are already in production.
You can also copy the existing og tag data on the page for debugging purposes.                    

Información Básica de la Extensión

Nombre OGraph Previewer OGraph Previewer
ID ggcfeakcnodgcmmllfdbmngekljbhiim
URL Oficial https://chromewebstore.google.com/detail/ograph-previewer/ggcfeakcnodgcmmllfdbmngekljbhiim
Descripción A light-weight extension to preview the open graph tags ( og tags) of the page in your current tab
Tamaño del Archivo 16.56 KB
Cantidad de Instalaciones 8,737
Versión Actual 2.0.0
Última Actualización 2023-08-31
Fecha de Publicación 2021-01-20
Calificación 4.56/5 Total de 9 Calificaciones
Desarrollador Parthipan Natkunam
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "OGraph Previewer",
    "version": "2.0.0",
    "manifest_version": 3,
    "description": "A light-weight extension to preview the open graph tags ( og tags) of the page in your current tab",
    "author": "Parthipan Natkunam",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "scripting",
        "activeTab"
    ],
    "action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "oGraph Previewer",
        "default_popup": "browser_action.html"
    }
}