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
官方網址 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"
}