webhint
Quickly test your website to see if there are any issues with accessibility, browser compatibility, security, performance and more.
Cos'è webhint?
webhint è un'estensione di Chrome sviluppata da webhint, e la sua funzione principale è "Quickly test your website to see if there are any issues with accessibility, browser compatibility, security, performance and more.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione webhint
Scarica i file di estensione webhint in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | webhint |
ID | gccemnpihkbgkdmoogenkbkckppadcag |
URL Ufficiale | https://chromewebstore.google.com/detail/webhint/gccemnpihkbgkdmoogenkbkckppadcag |
Descrizione | Quickly test your website to see if there are any issues with accessibility, browser compatibility, security, performance and more. |
Dimensione del File | 720 KB |
Conteggio Installazioni | 4,672 |
Versione Corrente | 2.4.14 |
Ultimo Aggiornamento | 2023-06-28 |
Data di Pubblicazione | 2020-05-21 |
Valutazione | 5.00/5 Totale 6 Valutazioni |
Sviluppatore | webhint |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://webhint.io |
URL della Pagina di Aiuto | https://github.com/webhintio/hint/issues?q=label%3Aarea%3Abrowser-extension |
Lingue Supportate | 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": [ " |