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
官方網址 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'"
}