webhint

Quickly test your website to see if there are any issues with accessibility, browser compatibility, security, performance and more.

Qu'est-ce que webhint ?

webhint est une extension Chrome développée par webhint, et sa fonction principale est "Quickly test your website to see if there are any issues with accessibility, browser compatibility, security, performance and more.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension webhint

Téléchargez les fichiers d'extension webhint au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom webhint webhint
ID gccemnpihkbgkdmoogenkbkckppadcag
URL Officiel https://chromewebstore.google.com/detail/webhint/gccemnpihkbgkdmoogenkbkckppadcag
Description Quickly test your website to see if there are any issues with accessibility, browser compatibility, security, performance and more.
Taille du Fichier 720 KB
Nombre d'Installations 4,672
Version Actuelle 2.4.14
Dernière Mise à Jour 2023-06-28
Date de Publication 2020-05-21
Évaluation 5.00/5 Total 6 Évaluations
Développeur webhint
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://webhint.io
URL de la Page d'Aide https://github.com/webhintio/hint/issues?q=label%3Aarea%3Abrowser-extension
Langues Prises en Charge 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": [
        "",
        "webNavigation"
    ],
    "version": "2.4.14"
}