What CMS is it?

Find out which web technologies a site is built with

Qu'est-ce que What CMS is it? ?

What CMS is it? est une extension Chrome développée par dijidomain, et sa fonction principale est "Find out which web technologies a site is built with".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension What CMS is it?

Téléchargez les fichiers d'extension What CMS is it? au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom What CMS is it? What CMS is it?
ID pkcngjbanbdolpoioeonhlopniplhgeo
URL Officiel https://chromewebstore.google.com/detail/what-cms-is-it/pkcngjbanbdolpoioeonhlopniplhgeo
Description Find out which web technologies a site is built with
Taille du Fichier 123 KB
Nombre d'Installations 83
Version Actuelle 0.0.1
Dernière Mise à Jour 2023-08-24
Date de Publication 2023-08-23
Évaluation 5.00/5 Total 2 Évaluations
Développeur dijidomain
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://rmvirut.github.io/what-cms/
URL de la Page d'Aide https://rmvirut.github.io/what-cms/
URL de la Page de Politique de Confidentialité https://rmvirut.github.io/what-cms
Langues Prises en Charge 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
    }
}