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 |
电子邮箱 | [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" } } |