Localhost Open Graph Checker
Check Open Graph on internet unreachable sites like localhost or under basic auth. Temporary host site head tags on hashed url.
Localhost Open Graph Checkerとは何ですか?
Localhost Open Graph Checkerはhttps://local-ogp.firebaseapp.comによって開発されたChromeの拡張機能で、その主な機能は「Check Open Graph on internet unreachable sites like localhost or under basic auth. Temporary host site head tags on hashed url.」です。
拡張機能のスクリーンショット
Localhost Open Graph Checker拡張機能のCRXファイルをダウンロード
Localhost Open Graph Checker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Localhost Open Graph extension allows you to quick, easy and temporary your Open Graph tags hosting. Checking your Open Graph tags on developing environment, it usually not reachable from the Internet, was always too much hassle work :( We need to some proxy services like ngrok or need to just release it to internet. This extension is maybe BEST alternative solution for these works. == How It Works == 1. Click button and extension copies your active tabs HTML tag for host it on temporary page. 2. Automatically open your temporary page, it is reachable from internet service like twitter card validator, facebook debugger. 3. Check how your Open Graph tags works. 4. Erase temporary page by clicking Erase button.
拡張機能の基本情報
名前 | Localhost Open Graph Checker |
ID | gcbnmkhkglonipggglncobhklaegphgn |
公式URL | https://chromewebstore.google.com/detail/localhost-open-graph-chec/gcbnmkhkglonipggglncobhklaegphgn |
説明 | Check Open Graph on internet unreachable sites like localhost or under basic auth. Temporary host site head tags on hashed url. |
ファイルサイズ | 10.26 KB |
インストール数 | 10,000 |
現在のバージョン | 1.0.5 |
最終更新日 | 2023-01-03 |
公開日 | 2019-01-09 |
評価 | 3.71/5 合計 41 レビュー |
開発者 | https://local-ogp.firebaseapp.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://local-ogp.firebaseapp.com/ |
対応言語 | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "1.0.5", "permissions": [ "activeTab", "scripting" ], "host_permissions": [ "https:\/\/local-ogp.firebaseapp.com\/" ], "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "images\/icon.png", "24": "images\/icon.png", "32": "images\/icon.png" }, "default_title": "localhost open graph checker" }, "manifest_version": 3 } |