webhint
Quickly test your website to see if there are any issues with accessibility, browser compatibility, security, performance and more.
¿Qué es webhint?
webhint es una extensión de Chrome desarrollada por webhint, y su función principal es "Quickly test your website to see if there are any issues with accessibility, browser compatibility, security, performance and more.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión webhint
Descarga archivos de extensión webhint 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
Webhint is a tool for developers that can help you find issues in different areas. Quickly test your website to see if there are any issues with accessibility, browser compatibility, security, performance and more. The browser extension allows you to easily get feedback from the categories you are interested on, get hints for the browsers you are targetting and ignore resources from third party resources. All with links to documentation to help you fix them.
Información Básica de la Extensión
Nombre | webhint |
ID | gccemnpihkbgkdmoogenkbkckppadcag |
URL Oficial | https://chromewebstore.google.com/detail/webhint/gccemnpihkbgkdmoogenkbkckppadcag |
Descripción | Quickly test your website to see if there are any issues with accessibility, browser compatibility, security, performance and more. |
Tamaño del Archivo | 720 KB |
Cantidad de Instalaciones | 4,672 |
Versión Actual | 2.4.14 |
Última Actualización | 2023-06-28 |
Fecha de Publicación | 2020-05-21 |
Calificación | 5.00/5 Total de 6 Calificaciones |
Desarrollador | webhint |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://webhint.io |
URL de la Página de Ayuda | https://github.com/webhintio/hint/issues?q=label%3Aarea%3Abrowser-extension |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "webhint", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "icons": { "180": "icon.png" }, "browser_action": { "default_title": "webhint", "default_popup": "browser-action\/browser-action.html" }, "default_locale": "en", "description": "Quickly test your website to see if there are any issues with accessibility, browser compatibility, security, performance and more.", "devtools_page": "devtools\/devtools.html", "manifest_version": 2, "name": "webhint", "permissions": [ " |