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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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"
}