What CMS is it?

Find out which web technologies a site is built with

What is What CMS is it??

What CMS is it? is a Chrome extension developed by dijidomain, and its main feature is "Find out which web technologies a site is built with".

Extension Screenshots

screenshot

Download What CMS is it? Extension CRX File

Download What CMS is it? extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name What CMS is it? What CMS is it?
ID pkcngjbanbdolpoioeonhlopniplhgeo
Official URL https://chromewebstore.google.com/detail/what-cms-is-it/pkcngjbanbdolpoioeonhlopniplhgeo
Description Find out which web technologies a site is built with
File Size 123 KB
Installation Count 83
Current Version 0.0.1
Last Updated 2023-08-24
Publish Date 2023-08-23
Rating 5.00/5 Total 2 Ratings
Developer dijidomain
Email [email protected]
Payment Type free
Extension Website https://rmvirut.github.io/what-cms/
Help Page URL https://rmvirut.github.io/what-cms/
Privacy Policy Page URL https://rmvirut.github.io/what-cms
Supported Languages 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
    }
}