What CMS is it?

Find out which web technologies a site is built with

Hvad er What CMS is it??

What CMS is it? er en Chrome-udvidelse udviklet af dijidomain, og dens hovedfunktion er "Find out which web technologies a site is built with".

Udvidelsesskærmbilleder

screenshot

Download What CMS is it?-udvidelses-CRX-fil

Download What CMS is it?-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn What CMS is it? What CMS is it?
ID pkcngjbanbdolpoioeonhlopniplhgeo
Officiel URL https://chromewebstore.google.com/detail/what-cms-is-it/pkcngjbanbdolpoioeonhlopniplhgeo
Beskrivelse Find out which web technologies a site is built with
Filstørrelse 123 KB
Antal Installationer 83
Nuværende Version 0.0.1
Senest Opdateret 2023-08-24
Udgivelsesdato 2023-08-23
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler dijidomain
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://rmvirut.github.io/what-cms/
Hjælpeside-URL https://rmvirut.github.io/what-cms/
URL til Fortrolighedspolitik Side https://rmvirut.github.io/what-cms
Understøttede Sprog 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
    }
}