What CMS is it?
Find out which web technologies a site is built with
Was ist What CMS is it??
What CMS is it? ist eine Chrome-Erweiterung, die von dijidomain entwickelt wurde, und ihr Hauptmerkmal ist "Find out which web technologies a site is built with".
Erweiterungsscreenshots
What CMS is it?-Erweiterungs-CRX-Datei herunterladen
Laden Sie What CMS is it?-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | What CMS is it? |
ID | pkcngjbanbdolpoioeonhlopniplhgeo |
Offizielle URL | https://chromewebstore.google.com/detail/what-cms-is-it/pkcngjbanbdolpoioeonhlopniplhgeo |
Beschreibung | Find out which web technologies a site is built with |
Dateigröße | 123 KB |
Installationsanzahl | 83 |
Aktuelle Version | 0.0.1 |
Letztes Update | 2023-08-24 |
Veröffentlichungsdatum | 2023-08-23 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | dijidomain |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://rmvirut.github.io/what-cms/ |
Hilfeseite URL | https://rmvirut.github.io/what-cms/ |
URL der Datenschutzrichtlinien-Seite | https://rmvirut.github.io/what-cms |
Unterstützte Sprachen | 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 } } |