webhint

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

Wat is webhint?

webhint is een Chrome-extensie ontwikkeld door webhint, en de belangrijkste functie is "Quickly test your website to see if there are any issues with accessibility, browser compatibility, security, performance and more.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie webhint

Download webhint-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam webhint webhint
ID gccemnpihkbgkdmoogenkbkckppadcag
Officiële URL https://chromewebstore.google.com/detail/webhint/gccemnpihkbgkdmoogenkbkckppadcag
Beschrijving Quickly test your website to see if there are any issues with accessibility, browser compatibility, security, performance and more.
Bestandsgrootte 720 KB
Aantal Installaties 4,672
Huidige Versie 2.4.14
Laatst Bijgewerkt 2023-06-28
Publicatiedatum 2020-05-21
Beoordeling 5.00/5 Totaal 6 Beoordelingen
Ontwikkelaar webhint
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://webhint.io
Help Pagina-URL https://github.com/webhintio/hint/issues?q=label%3Aarea%3Abrowser-extension
Ondersteunde Talen 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"
}