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
官方URL 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
    }
}