OGraph Previewer
A light-weight extension to preview the open graph tags ( og tags) of the page in your current tab
O que é OGraph Previewer?
OGraph Previewer é uma extensão do Chrome desenvolvida por Parthipan Natkunam, e sua principal característica é "A light-weight extension to preview the open graph tags ( og tags) of the page in your current tab".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão OGraph Previewer
Baixe arquivos de extensão OGraph Previewer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | OGraph Previewer |
ID | ggcfeakcnodgcmmllfdbmngekljbhiim |
URL Oficial | https://chromewebstore.google.com/detail/ograph-previewer/ggcfeakcnodgcmmllfdbmngekljbhiim |
Descrição | A light-weight extension to preview the open graph tags ( og tags) of the page in your current tab |
Tamanho do Arquivo | 16.56 KB |
Contagem de Instalações | 8,737 |
Versão Atual | 2.0.0 |
Última Atualização | 2023-08-31 |
Data de Publicação | 2021-01-20 |
Classificação | 4.56/5 Total de 9 Avaliações |
Desenvolvedor | Parthipan Natkunam |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |