OGraph Previewer
A light-weight extension to preview the open graph tags ( og tags) of the page in your current tab
什么是OGraph Previewer?
OGraph Previewer是由Parthipan Natkunam开发的Chrome扩展程序,该扩展的主要功能是“A light-weight extension to preview the open graph tags ( og tags) of the page in your current tab”。
扩展截图
下载OGraph Previewer扩展crx文件
下载OGraph Previewer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | OGraph Previewer |
ID | ggcfeakcnodgcmmllfdbmngekljbhiim |
官方URL | https://chromewebstore.google.com/detail/ograph-previewer/ggcfeakcnodgcmmllfdbmngekljbhiim |
简介 | A light-weight extension to preview the open graph tags ( og tags) of the page in your current tab |
文件大小 | 16.56 KB |
安装次数 | 8,737 |
当前版本 | 2.0.0 |
更新时间 | 2023-08-31 |
上架时间 | 2021-01-20 |
评分 | 4.56/5 共9次评分 |
开发者 | Parthipan Natkunam |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" } } |