SEO Inspector

SEO Inspector scans the active page and applies a set of customizable rules to its contents. The results of the scan are displayed…

什么是SEO Inspector?

SEO Inspector是由robertdonaver开发的Chrome扩展程序,该扩展的主要功能是“SEO Inspector scans the active page and applies a set of customizable rules to its contents. The results of the scan are displayed…”。

扩展截图

screenshot
screenshot
screenshot

下载SEO Inspector扩展crx文件

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

扩展使用说明

                        SEO Inspector scans the active page and applies a set of customizable rules to its contents. The results of the scan are displayed on a simple, elegant interface for manual inspection.                    

扩展基本信息

名称 SEO Inspector SEO Inspector
ID ddajjckmkjalomocdjfjamcnlhlhdeaj
官方URL https://chromewebstore.google.com/detail/seo-inspector/ddajjckmkjalomocdjfjamcnlhlhdeaj
简介 SEO Inspector scans the active page and applies a set of customizable rules to its contents. The results of the scan are displayed…
文件大小 117 KB
安装次数 246
当前版本 0.1.4
更新时间 2017-10-16
上架时间 2017-10-16
评分 5.00/5 共2次评分
开发者 robertdonaver
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SEO Inspector",
    "version": "0.1.4",
    "browser_action": {
        "default_icon": "icon2.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "script\/lib\/jquery-3.2.1.min.js",
                "script\/content.js"
            ]
        }
    ]
}