What CMS is it?

Find out which web technologies a site is built with

Vad är What CMS is it??

What CMS is it? är en Chrome-tillägg utvecklad av dijidomain, och dess huvudfunktion är "Find out which web technologies a site is built with".

Tilläggsskärmbilder

screenshot

Ladda ner What CMS is it?-förlängningens CRX-fil

Ladda ner What CMS is it?-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn What CMS is it? What CMS is it?
ID pkcngjbanbdolpoioeonhlopniplhgeo
Officiell webbadress https://chromewebstore.google.com/detail/what-cms-is-it/pkcngjbanbdolpoioeonhlopniplhgeo
Beskrivning Find out which web technologies a site is built with
Filstorlek 123 KB
Antal Installationer 83
Aktuell Version 0.0.1
Senast Uppdaterad 2023-08-24
Publiceringsdatum 2023-08-23
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare dijidomain
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://rmvirut.github.io/what-cms/
Hjälpsida URL https://rmvirut.github.io/what-cms/
URL till Sekretesspolicy Sidan https://rmvirut.github.io/what-cms
Stödda Språk 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
    }
}