webhint

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

webhintคืออะไร?

webhint เป็นส่วนขยายของ Chrome ที่พัฒนาโดย webhint และคุณลักษณะหลักของมันคือ "Quickly test your website to see if there are any issues with accessibility, browser compatibility, security, performance and more."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย webhint

ดาวน์โหลดไฟล์ส่วนขยาย 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"
}