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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة المساعدة https://rmvirut.github.io/what-cms/
عنوان صفحة سياسة الخصوصية 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
    }
}