MrxSEO - Light MetaTags Highlighter

Show the main SEO tags in the page: canonical(s), hreflangs, robots, amps

什么是MrxSEO - Light MetaTags Highlighter?

MrxSEO - Light MetaTags Highlighter是由https://www.merlinox.com开发的Chrome扩展程序,该扩展的主要功能是“Show the main SEO tags in the page: canonical(s), hreflangs, robots, amps”。

扩展截图

screenshot

下载MrxSEO - Light MetaTags Highlighter扩展crx文件

下载MrxSEO - Light MetaTags Highlighter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Check canonical, hreflang, amp and robots settings.
The scope of this SEO Extension (for Google Chrome and Microsoft Edge) is to support SEOs to identify immediately the main page tags, without any other noise.

Main features:
👉🏻Check the canonical tag and check if there are more than one canonical in page
👉🏻Check if canonical matches the current URL
👉🏻Check hreflang tags 
👉🏻Check amp reference 
👉🏻Check robots tag (googlebot, bingbot too)
👉🏻Check title and meta description
👉🏻The extension icon changes when canonical is different than page location or when page is noindex
👉🏻Check img tags without width or height attribute

For canonical and meta description you can see if there are more than one tag too.
---
Have you got some new feature to suggest? Please write to me via email or via Twitter.
If you like this extension, please share to your SEO friends :)                    

扩展基本信息

名称 MrxSEO - Light MetaTags Highlighter MrxSEO - Light MetaTags Highlighter
ID eicdbjmlpbdljohpjdeiendgamkkfnfm
官方URL https://chromewebstore.google.com/detail/mrxseo-light-metatags-hig/eicdbjmlpbdljohpjdeiendgamkkfnfm
简介 Show the main SEO tags in the page: canonical(s), hreflangs, robots, amps
文件大小 326 KB
安装次数 426
当前版本 2.1
更新时间 2022-04-18
上架时间 2020-12-14
评分 5.00/5 共3次评分
开发者 https://www.merlinox.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.merlinox.com
帮助页面URL https://twitter.com/merlinox
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MrxSEO - Light MetaTags Highlighter",
    "description": "Show the main SEO tags in the page: canonical(s), hreflangs, robots, amps",
    "author": "Merlinox",
    "version": "2.1",
    "background": {
        "service_worker": "service-worker.js"
    },
    "action": {
        "default_icon": "seomrx-meta-inspector.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "seomrx-meta-inspector.png"
            ]
        }
    ],
    "manifest_version": 3
}