Meta Tag Analyzer
Analyze and display meta tags (title, description, and keywords) for the current webpage.
什麼是Meta Tag Analyzer?
Meta Tag Analyzer是由https://www.techy.how開發的Chrome擴展程式,該擴展的主要功能是“Analyze and display meta tags (title, description, and keywords) for the current webpage.”。
擴展截圖
下載Meta Tag Analyzer擴展crx文件
下載Meta Tag Analyzer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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!
擴展基本資訊
名稱 | Meta Tag Analyzer |
ID | hdkkhhoelnbnoljknkcnniakpgljojhi |
官方網址 | https://chromewebstore.google.com/detail/meta-tag-analyzer/hdkkhhoelnbnoljknkcnniakpgljojhi |
簡介 | Analyze and display meta tags (title, description, and keywords) for the current webpage. |
檔案大小 | 32.22 KB |
安裝次數 | 737 |
目前版本 | 1.0 |
更新時間 | 2023-04-05 |
上架時間 | 2023-04-03 |
開發者 | https://www.techy.how |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://www.techy.how/ |
說明頁面URL | https://www.techy.how/tools |
隱私政策頁面URL | https://www.techy.how/privacy |
支援的語言 | 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" } } |