Metaview
View social meta tags for a website
Metaview là gì?
Metaview là một tiện ích mở rộng Chrome được phát triển bởi Tim Heap, và tính năng chính của nó là "View social meta tags for a website".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Metaview
Tải xuống các tệp mở rộng Metaview dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | bbbeepcgbknpibfpkgpnpdoopddngapc |
URL Chính Thức | https://chromewebstore.google.com/detail/metaview/bbbeepcgbknpibfpkgpnpdoopddngapc |
Mô tả | View social meta tags for a website |
Kích Thước Tệp | 73.58 KB |
Số Lần Cài Đặt | 46 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2018-04-23 |
Ngày Phát Hành | 2018-04-23 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Tim Heap |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/timheap/metaview/ |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |