webhint

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

Hvad er webhint?

webhint er en Chrome-udvidelse udviklet af webhint, og dens hovedfunktion er "Quickly test your website to see if there are any issues with accessibility, browser compatibility, security, performance and more.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download webhint-udvidelses-CRX-fil

Download webhint-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn webhint webhint
ID gccemnpihkbgkdmoogenkbkckppadcag
Officiel URL https://chromewebstore.google.com/detail/webhint/gccemnpihkbgkdmoogenkbkckppadcag
Beskrivelse Quickly test your website to see if there are any issues with accessibility, browser compatibility, security, performance and more.
Filstørrelse 720 KB
Antal Installationer 4,672
Nuværende Version 2.4.14
Senest Opdateret 2023-06-28
Udgivelsesdato 2020-05-21
Bedømmelse 5.00/5 Samlet 6 Bedømmelser
Udvikler webhint
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://webhint.io
Hjælpeside-URL https://github.com/webhintio/hint/issues?q=label%3Aarea%3Abrowser-extension
Understøttede Sprog 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"
}