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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}