Meta Tag Analyzer
Analyze and display meta tags (title, description, and keywords) for the current webpage.
Meta Tag Analyzer là gì?
Meta Tag Analyzer là một tiện ích mở rộng Chrome được phát triển bởi https://www.techy.how, và tính năng chính của nó là "Analyze and display meta tags (title, description, and keywords) for the current webpage.".
Ả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 Tag Analyzer
Tải xuống các tệp mở rộng Meta Tag Analyzer 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
Boost your website's SEO performance with the Meta Tag Analyzer, a powerful and user-friendly Chrome extension designed to help you evaluate and optimize your website's meta tags with ease. Whether you're a professional SEO expert or a website owner looking to improve your site's search engine rankings, the Meta Tag Analyzer is your go-to tool for analyzing essential meta tags like title, description, and keywords. Meta Tag Analyzer provides an instant, comprehensive analysis of the current webpage, presenting the extracted meta tag information in a clean, easy-to-read format. With a single click, you can check the title tag, meta description, and meta keywords (if present) of any webpage, making it simple to gain insights, identify areas for improvement, and ensure your site is optimized for search engines. By using the Meta Tag Analyzer extension, you'll be able to: - Evaluate your website's title tag, meta description, and keywords. - Analyze your competitors' meta tags to identify their SEO strategies. - Ensure that your title tags and meta descriptions are within the recommended character limits. - Spot missing or duplicate meta tags that may negatively impact your website's SEO performance. - Save time and effort with a convenient, one-click analysis. - Don't miss the opportunity to enhance your website's SEO and attract more organic traffic. Install the Meta Tag Analyzer extension now and unlock the full potential of your website's meta tags!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Meta Tag Analyzer |
ID | hdkkhhoelnbnoljknkcnniakpgljojhi |
URL Chính Thức | https://chromewebstore.google.com/detail/meta-tag-analyzer/hdkkhhoelnbnoljknkcnniakpgljojhi |
Mô tả | Analyze and display meta tags (title, description, and keywords) for the current webpage. |
Kích Thước Tệp | 32.22 KB |
Số Lần Cài Đặt | 737 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2023-04-05 |
Ngày Phát Hành | 2023-04-03 |
Nhà Phát Triển | https://www.techy.how |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.techy.how/ |
URL Trang Trợ Giúp | https://www.techy.how/tools |
URL Trang Chính Sách Bảo Mật | https://www.techy.how/privacy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Meta Tag Analyzer", "version": "1.0", "description": "Analyze and display meta tags (title, description, and keywords) for the current webpage.", "action": { "default_popup": "popup.html", "default_icon": { "48": "icon48.png", "128": "icon128.png" } }, "permissions": [ "activeTab", "scripting" ], "icons": { "48": "icon48.png", "128": "icon128.png" }, "background": { "service_worker": "background.js" } } |