OGP Checker
Check OGP with an official Facebook debugger.
What is OGP Checker?
OGP Checker is a Chrome extension developed by Ikko Fukuda, and its main feature is "Check OGP with an official Facebook debugger.".
Extension Screenshots
Download OGP Checker Extension CRX File
Download OGP Checker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
開いているページのOGPをチェックすることができます。 右クリックから「OGPを確認」をクリックするか、 ツールバーのアイコンをクリックすると Facebookの公式のデバッグツールで 開いているページのOGPを確認することができます。
Extension Basic Information
Name | OGP Checker |
ID | aahaelhkejkacfahbognphmanapkalab |
Official URL | https://chromewebstore.google.com/detail/ogp-checker/aahaelhkejkacfahbognphmanapkalab |
Description | Check OGP with an official Facebook debugger. |
File Size | 7.19 KB |
Installation Count | 1,059 |
Current Version | 1.0.2 |
Last Updated | 2014-04-03 |
Publish Date | 2014-04-03 |
Developer | Ikko Fukuda |
Payment Type | free |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "OGP Checker", "description": "Check OGP with an official Facebook debugger.", "version": "1.0.2", "permissions": [ "tabs", "http:\/\/*\/*", "contextMenus" ], "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon16.png", "default_title": "OGP Checker" }, "background": { "scripts": [ "background.js" ] } } |