What CMS is it?
Find out which web technologies a site is built with
Что такое What CMS is it??
What CMS is it? - это расширение Chrome, разработанное dijidomain, и его основная функция - "Find out which web technologies a site is built with".
Снимки экрана расширения
Скачать файл CRX расширения What CMS is it?
Скачайте файлы расширений What CMS is it? в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | What CMS is it? |
ID | pkcngjbanbdolpoioeonhlopniplhgeo |
Официальный URL | https://chromewebstore.google.com/detail/what-cms-is-it/pkcngjbanbdolpoioeonhlopniplhgeo |
Описание | Find out which web technologies a site is built with |
Размер файла | 123 KB |
Количество установок | 83 |
Текущая Версия | 0.0.1 |
Последнее Обновление | 2023-08-24 |
Дата публикации | 2023-08-23 |
Рейтинг | 5.00/5 Всего 2 оценок |
Разработчик | dijidomain |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://rmvirut.github.io/what-cms/ |
URL страницы помощи | https://rmvirut.github.io/what-cms/ |
URL страницы политики конфиденциальности | https://rmvirut.github.io/what-cms |
Поддерживаемые языки | 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 } } |