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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
    }
}