What CMS is it?
Find out which web technologies a site is built with
Co to jest What CMS is it??
What CMS is it? to rozszerzenie Chrome opracowane przez dijidomain, a jego główną funkcją jest „Find out which web technologies a site is built with”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia What CMS is it?
Pobierz pliki rozszerzeń What CMS is it? w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | What CMS is it? |
ID | pkcngjbanbdolpoioeonhlopniplhgeo |
Oficjalny URL | https://chromewebstore.google.com/detail/what-cms-is-it/pkcngjbanbdolpoioeonhlopniplhgeo |
Opis | Find out which web technologies a site is built with |
Rozmiar pliku | 123 KB |
Liczba instalacji | 83 |
Aktualna Wersja | 0.0.1 |
Ostatnia Aktualizacja | 2023-08-24 |
Data Publikacji | 2023-08-23 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | dijidomain |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://rmvirut.github.io/what-cms/ |
Adres URL Strony Pomocy | https://rmvirut.github.io/what-cms/ |
Adres URL Strony Polityki Prywatności | https://rmvirut.github.io/what-cms |
Obsługiwane Języki | 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 } } |