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. 擴展基本資訊
| 名稱 | |
| ID | gbladodjhonkijdnbbcfoingmljmolnp |
| 官方網址 | 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"
]
} | |