What CMS is it?
Find out which web technologies a site is built with
Co je What CMS is it??
What CMS is it? je rozšíření Chrome vyvinuté dijidomain, a jeho hlavní funkcí je „Find out which web technologies a site is built with“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření What CMS is it?
Stáhněte si soubory rozšíření What CMS is it? ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | What CMS is it? |
ID | pkcngjbanbdolpoioeonhlopniplhgeo |
Oficiální URL | https://chromewebstore.google.com/detail/what-cms-is-it/pkcngjbanbdolpoioeonhlopniplhgeo |
Popis | Find out which web technologies a site is built with |
Velikost souboru | 123 KB |
Počet instalací | 83 |
Aktuální Verze | 0.0.1 |
Poslední Aktualizace | 2023-08-24 |
Datum Vydání | 2023-08-23 |
Hodnocení | 5.00/5 Celkem 2 Hodnocení |
Vývojář | dijidomain |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://rmvirut.github.io/what-cms/ |
URL Stránky Nápovědy | https://rmvirut.github.io/what-cms/ |
URL Stránky Zásad Ochrany Soukromí | https://rmvirut.github.io/what-cms |
Podporované Jazyky | 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 } } |