webhint

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

什么是webhint?

webhint是由webhint开发的Chrome扩展程序,该扩展的主要功能是“Quickly test your website to see if there are any issues with accessibility, browser compatibility, security, performance and more.”。

扩展截图

screenshot
screenshot
screenshot

下载webhint扩展crx文件

下载webhint扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 webhint webhint
ID gccemnpihkbgkdmoogenkbkckppadcag
官方URL https://chromewebstore.google.com/detail/webhint/gccemnpihkbgkdmoogenkbkckppadcag
简介 Quickly test your website to see if there are any issues with accessibility, browser compatibility, security, performance and more.
文件大小 720 KB
安装次数 4,672
当前版本 2.4.14
更新时间 2023-06-28
上架时间 2020-05-21
评分 5.00/5 共6次评分
开发者 webhint
电子邮箱 [email protected]
付费类型 free
扩展官网 https://webhint.io
帮助页面URL https://github.com/webhintio/hint/issues?q=label%3Aarea%3Abrowser-extension
支持的语言 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"
}