Metaview
View social meta tags for a website
Metaviewとは何ですか?
MetaviewはTim Heapによって開発されたChromeの拡張機能で、その主な機能は「View social meta tags for a website」です。
拡張機能のスクリーンショット
Metaview拡張機能のCRXファイルをダウンロード
Metaview拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Quickly view social meta tags for a page, and preview how your page will look when embedded on social media. A toolbar button is added that shows a popup containing all the meta tags on the current page. The meta tags are grouped by their consumers, with the Facebook and Twitter tabs showing an example of how the current page will display when shared on social media.
拡張機能の基本情報
名前 | |
ID | bbbeepcgbknpibfpkgpnpdoopddngapc |
公式URL | https://chromewebstore.google.com/detail/metaview/bbbeepcgbknpibfpkgpnpdoopddngapc |
説明 | View social meta tags for a website |
ファイルサイズ | 73.58 KB |
インストール数 | 46 |
現在のバージョン | 1.0 |
最終更新日 | 2018-04-23 |
公開日 | 2018-04-23 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Tim Heap |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/timheap/metaview/ |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Metaview", "version": "1.0", "description": "View social meta tags for a website", "homepage_url": "https:\/\/github.com\/timheap\/metaview", "icons": { "16": "assets\/logo-16.png", "32": "assets\/logo-32.png", "48": "assets\/logo-48.png", "96": "assets\/logo-96.png" }, "permissions": [ "activeTab", "storage" ], "browser_action": { "browser_style": true, "default_icon": { "16": "assets\/logo-16.png", "32": "assets\/logo-32.png", "48": "assets\/logo-48.png", "96": "assets\/logo-96.png" }, "default_title": "View meta tags", "default_popup": "popup\/metaview.html" } } |