webhint

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

Was ist webhint?

webhint ist eine Chrome-Erweiterung, die von webhint entwickelt wurde, und ihr Hauptmerkmal ist "Quickly test your website to see if there are any issues with accessibility, browser compatibility, security, performance and more.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

webhint-Erweiterungs-CRX-Datei herunterladen

Laden Sie webhint-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name webhint webhint
ID gccemnpihkbgkdmoogenkbkckppadcag
Offizielle URL https://chromewebstore.google.com/detail/webhint/gccemnpihkbgkdmoogenkbkckppadcag
Beschreibung Quickly test your website to see if there are any issues with accessibility, browser compatibility, security, performance and more.
Dateigröße 720 KB
Installationsanzahl 4,672
Aktuelle Version 2.4.14
Letztes Update 2023-06-28
Veröffentlichungsdatum 2020-05-21
Bewertung 5.00/5 Insgesamt 6 Bewertungen
Entwickler webhint
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://webhint.io
Hilfeseite URL https://github.com/webhintio/hint/issues?q=label%3Aarea%3Abrowser-extension
Unterstützte Sprachen 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"
}