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
Eメール [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
    }
}