META SEO inspector

Easily inspect the meta data found inside web pages, find issues and get advices to fix them.

什么是META SEO inspector?

META SEO inspector是由https://www.omiod.com开发的Chrome扩展程序,该扩展的主要功能是“Easily inspect the meta data found inside web pages, find issues and get advices to fix them.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载META SEO inspector扩展crx文件

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

扩展使用说明

                        This extension is mainly aimed at web developers that need to verify the HTML of their site to follow the Webmasters' Google Guidelines, but even to who is curious about any page contents that are usually not visible, but can reveal interesting site properties.

Features:
☆ Discover all the page meta data with just a click!
☆ Always know what is wrong or missing, and how it can be fixed.
☆ Fix your site or study competitors.
☆ Easily copy in clipboard meta tag values.
☆ Print or export the report.
☆ Translated in many languages.
☆ Free and constantly updated.
☆ Full json-LD structure.

Most of the advice will help addressing Core Web Vitals issues. 

Alerts are shown when the meta data is not within certain ranges, for example when the description tag is too short, or too long.

To see the changelog please see https://www.omiod.com/meta-seo-inspector/                    

扩展基本信息

名称 META SEO inspector META SEO inspector
ID ibkclpciafdglkjkcibmohobjkcfkaef
官方URL https://chromewebstore.google.com/detail/meta-seo-inspector/ibkclpciafdglkjkcibmohobjkcfkaef
简介 Easily inspect the meta data found inside web pages, find issues and get advices to fix them.
文件大小 334 KB
安装次数 220,628
当前版本 2.14.5
更新时间 2024-03-02
上架时间 2020-03-02
评分 4.37/5 共542次评分
开发者 https://www.omiod.com
电子邮箱 [email protected]
付费类型 free
扩展官网 http://www.omiod.com/meta-inspector.php
隐私政策页面URL https://www.omiod.com/meta-seo-inspector/privacy-policy.php
支持的语言 de,en,fr,es,it,pl,pt-PT,ru,uk,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": true,
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/32.png",
            "48": "images\/48.png"
        },
        "default_popup": "views\/popup.html",
        "default_title": "__MSG_extName__"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "css": [
                "styles\/inject.css"
            ],
            "js": [
                "scripts\/defines.js",
                "scripts\/service.js",
                "scripts\/url2service.js",
                "scripts\/extractors.js",
                "scripts\/extractors3.js",
                "scripts\/content_script.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "icons": {
        "128": "images\/128.png",
        "16": "images\/16.png",
        "48": "images\/48.png"
    },
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ],
    "version": "2.14.5",
    "web_accessible_resources": [
        "styles\/inject.css"
    ]
}