CMS Detect - What CMS is that site using?

As web designers, web developers, SEO specialists or just web enthusiasts, we often find sites and wonder what CMS was used to…

什么是CMS Detect - What CMS is that site using??

CMS Detect - What CMS is that site using?是由https://cmsdetect.com开发的Chrome扩展程序,该扩展的主要功能是“As web designers, web developers, SEO specialists or just web enthusiasts, we often find sites and wonder what CMS was used to…”。

扩展截图

screenshot

下载CMS Detect - What CMS is that site using?扩展crx文件

下载CMS Detect - What CMS is that site using?扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        As web designers, web developers, SEO specialists or just web enthusiasts, we often find sites and wonder what CMS was used to build them.

CMS Detect makes that task really simple.

All you need to do is find a site that you want to detect what CMS was used to build it, click on the CMS Detect icon and you will get your answer.                    

扩展基本信息

名称 CMS Detect - What CMS is that site using? CMS Detect - What CMS is that site using?
ID hkkdnbjbdnfjmnldiogaepcokpldimao
官方URL https://chromewebstore.google.com/detail/cms-detect-what-cms-is-th/hkkdnbjbdnfjmnldiogaepcokpldimao
简介 As web designers, web developers, SEO specialists or just web enthusiasts, we often find sites and wonder what CMS was used to…
文件大小 45.91 KB
安装次数 26,033
当前版本 0.3
更新时间 2018-02-11
上架时间 2018-02-10
评分 4.69/5 共147次评分
开发者 https://cmsdetect.com
电子邮箱 [email protected]
付费类型 free
扩展官网 http://cmsdetect.com
帮助页面URL http://cmsdetect.com/contact
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CMS Detect - What CMS is that site using?",
    "short_name": "CMS Detect",
    "version": "0.3",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.min.js",
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": {
            "19": "icon.png",
            "38": "icon38.png"
        },
        "default_popup": "Popup.html"
    },
    "permissions": [
        "tabs"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}