Open Graph Checker
Check and preview the social sharing details from a page's Open Graph metadata
¿Qué es Open Graph Checker?
Open Graph Checker es una extensión de Chrome desarrollada por https://coywolf.pro, y su función principal es "Check and preview the social sharing details from a page's Open Graph metadata".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Open Graph Checker
Descarga archivos de extensión Open Graph Checker 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
The Open Graph Checker by Coywolf makes it easy to check if a page has essential Open Graph metadata. If a page does have the necessary Open Graph metadata, the extension will display a preview of the image, title, and description. The extension will also report if the image, title, or description are missing. Social media marketers will find the extension helpful to see how a news article, blog post, or product page will appear on social networks. If they don't like the image, title, or description, they can update the page and then use Coywolf's Open Graph Checker to preview the changes. The extension always attempts to retrieve the page's non-cached version to assist in viewing the most recent changes. We hope you enjoy using it, and please don't hesitate to send us feedback. If enough people think this tool is useful, Coywolf will add more features to it. We are all about optimizing and making things better.
Información Básica de la Extensión
Nombre | Open Graph Checker |
ID | lkjaebkedoblfeglnhbgbjbdodjdogpe |
URL Oficial | https://chromewebstore.google.com/detail/open-graph-checker/lkjaebkedoblfeglnhbgbjbdodjdogpe |
Descripción | Check and preview the social sharing details from a page's Open Graph metadata |
Tamaño del Archivo | 125 KB |
Cantidad de Instalaciones | 4,464 |
Versión Actual | 0.2 |
Última Actualización | 2022-10-18 |
Fecha de Publicación | 2022-03-22 |
Calificación | 4.50/5 Total de 8 Calificaciones |
Desarrollador | https://coywolf.pro |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://coywolf.pro/social/open-graph-checker/ |
URL de la Página de Ayuda | https://coywolf.pro/social/open-graph-checker/#h-feedback-form |
URL de la Página de Política de Privacidad | https://coywolf.llc/privacy-policy |
Idiomas Soportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Check and preview the social sharing details from a page's Open Graph metadata", "version": "0.2", "name": "Open Graph Checker", "action": { "default_title": "Open Graph Checker", "default_icon": "icon-white-48.png", "default_popup": "popup.html" }, "icons": { "16": "icon-white-16.png", "48": "icon-white-48.png", "128": "icon-white-128.png" }, "background": { "service_worker": "service-worker.js" }, "manifest_version": 3, "content_security_policy": [], "web_accessible_resources": [ { "resources": [ "options.bundle.js", "popup.bundle.js" ], "matches": [], "extension_ids": [] } ], "permissions": [ "tabs" ], "host_permissions": [ "https:\/\/*\/" ] } |