What CMS is it?

Find out which web technologies a site is built with

What CMS is it?คืออะไร?

What CMS is it? เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dijidomain และคุณลักษณะหลักของมันคือ "Find out which web technologies a site is built with"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย What CMS is it?

ดาวน์โหลดไฟล์ส่วนขยาย 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
    }
}