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 |
| 公式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 |
| Eメール | [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"
]
} | |