What CMS is it?

Find out which web technologies a site is built with

什麼是What CMS is it??

What CMS is it?是由dijidomain開發的Chrome擴展程式,該擴展的主要功能是“Find out which web technologies a site is built with”。

擴展截圖

screenshot

下載What CMS is it?擴展crx文件

下載What CMS is it?擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        WCMS detects a site's tech stack, primarily CMS software, by calling to the whatcms.org api. For any developer or aspiring web expert whose wondered how sites like Amazon, Home depot etc were built, knowledge of the stack is a huge bonus in gaining more understanding of web technologies.                    

擴展基本資訊

名稱 What CMS is it? What CMS is it?
ID pkcngjbanbdolpoioeonhlopniplhgeo
官方網址 https://chromewebstore.google.com/detail/what-cms-is-it/pkcngjbanbdolpoioeonhlopniplhgeo
簡介 Find out which web technologies a site is built with
檔案大小 123 KB
安裝次數 83
目前版本 0.0.1
更新時間 2023-08-24
上架時間 2023-08-23
評分 5.00/5 共 2 次評分
開發者 dijidomain
電子郵箱 [email protected]
付費類型 free
擴展官網 https://rmvirut.github.io/what-cms/
說明頁面URL https://rmvirut.github.io/what-cms/
隱私政策頁面URL https://rmvirut.github.io/what-cms
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "What CMS is it?",
    "version": "0.0.1",
    "action": {
        "default_popup": "popup\/popup.html"
    },
    "icons": {
        "128": "images\/icon128.png"
    },
    "description": "Find out which web technologies a site is built with",
    "author": "[email protected]",
    "permissions": [
        "storage",
        "activeTab"
    ],
    "options_ui": {
        "page": "options\/options.html",
        "open_in_tab": false
    }
}