webhint

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

webhint là gì?

webhint là một tiện ích mở rộng Chrome được phát triển bởi webhint, và tính năng chính của nó là "Quickly test your website to see if there are any issues with accessibility, browser compatibility, security, performance and more.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng webhint

Tải xuống các tệp mở rộng webhint dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên webhint webhint
ID gccemnpihkbgkdmoogenkbkckppadcag
URL Chính Thức https://chromewebstore.google.com/detail/webhint/gccemnpihkbgkdmoogenkbkckppadcag
Mô tả Quickly test your website to see if there are any issues with accessibility, browser compatibility, security, performance and more.
Kích Thước Tệp 720 KB
Số Lần Cài Đặt 4,672
Phiên Bản Hiện Tại 2.4.14
Cập Nhật Lần Cuối 2023-06-28
Ngày Phát Hành 2020-05-21
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển webhint
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://webhint.io
URL Trang Trợ Giúp https://github.com/webhintio/hint/issues?q=label%3Aarea%3Abrowser-extension
Ngôn Ngữ Được Hỗ Trợ 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"
}