What CMS is it?
Find out which web technologies a site is built with
¿Qué es What CMS is it??
What CMS is it? es una extensión de Chrome desarrollada por dijidomain, y su función principal es "Find out which web technologies a site is built with".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión What CMS is it?
Descarga archivos de extensión What CMS is it? en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | What CMS is it? |
ID | pkcngjbanbdolpoioeonhlopniplhgeo |
URL Oficial | https://chromewebstore.google.com/detail/what-cms-is-it/pkcngjbanbdolpoioeonhlopniplhgeo |
Descripción | Find out which web technologies a site is built with |
Tamaño del Archivo | 123 KB |
Cantidad de Instalaciones | 83 |
Versión Actual | 0.0.1 |
Última Actualización | 2023-08-24 |
Fecha de Publicación | 2023-08-23 |
Calificación | 5.00/5 Total de 2 Calificaciones |
Desarrollador | dijidomain |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://rmvirut.github.io/what-cms/ |
URL de la Página de Ayuda | https://rmvirut.github.io/what-cms/ |
URL de la Página de Política de Privacidad | https://rmvirut.github.io/what-cms |
Idiomas Soportados | 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 } } |