OG Spy
Show basic Open Graph tags
什么是OG Spy?
OG Spy是由jbw5600开发的Chrome扩展程序,该扩展的主要功能是“Show basic Open Graph tags”。
扩展截图
下载OG Spy扩展crx文件
下载OG Spy扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | OG Spy |
ID | gbladodjhonkijdnbbcfoingmljmolnp |
官方URL | https://chromewebstore.google.com/detail/og-spy/gbladodjhonkijdnbbcfoingmljmolnp |
简介 | Show basic Open Graph tags |
文件大小 | 13.77 KB |
安装次数 | 1,551 |
当前版本 | 1.02 |
更新时间 | 2018-10-22 |
上架时间 | 2018-10-22 |
评分 | 4.60/5 共5次评分 |
开发者 | jbw5600 |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" ] } |