webhint

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

Co je webhint?

webhint je rozšíření Chrome vyvinuté webhint, a jeho hlavní funkcí je „Quickly test your website to see if there are any issues with accessibility, browser compatibility, security, performance and more.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření webhint

Stáhněte si soubory rozšíření webhint ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název webhint webhint
ID gccemnpihkbgkdmoogenkbkckppadcag
Oficiální URL https://chromewebstore.google.com/detail/webhint/gccemnpihkbgkdmoogenkbkckppadcag
Popis Quickly test your website to see if there are any issues with accessibility, browser compatibility, security, performance and more.
Velikost souboru 720 KB
Počet instalací 4,672
Aktuální Verze 2.4.14
Poslední Aktualizace 2023-06-28
Datum Vydání 2020-05-21
Hodnocení 5.00/5 Celkem 6 Hodnocení
Vývojář webhint
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://webhint.io
URL Stránky Nápovědy https://github.com/webhintio/hint/issues?q=label%3Aarea%3Abrowser-extension
Podporované Jazyky 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"
}