Meta Reader
Extension for reading meta, headers and images for the current page.
Meta Reader là gì?
Meta Reader là một tiện ích mở rộng Chrome được phát triển bởi rattuedev, và tính năng chính của nó là "Extension for reading meta, headers and images for the current page.".
Ả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 Meta Reader
Tải xuống các tệp mở rộng Meta Reader 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
One click SEO meta reader extension, allows quick and easy display of key SEO metrics for any page. Update 0.3 - Added Image section to list all images on page, along with their meta and a link to view in place - Changed layout to use tabs - Updated headers section to correctly show "None Found" Update 0.2 - Added support for Canonical and Robots tag
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Meta Reader |
ID | bodbimicombkcinchnmcbbhcjjfoookf |
URL Chính Thức | https://chromewebstore.google.com/detail/meta-reader/bodbimicombkcinchnmcbbhcjjfoookf |
Mô tả | Extension for reading meta, headers and images for the current page. |
Kích Thước Tệp | 13.13 KB |
Số Lần Cài Đặt | 530 |
Phiên Bản Hiện Tại | 0.3 |
Cập Nhật Lần Cuối | 2017-03-07 |
Ngày Phát Hành | 2017-03-07 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | rattuedev |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Meta Reader", "description": "Extension for reading meta, headers and images for the current page.", "version": "0.3", "author": "Rattler", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Check page Meta" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "activeTab" ], "minimum_chrome_version": "51.0" } |