webhint

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

webhint क्या है?

webhint webhint द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quickly test your website to see if there are any issues with accessibility, browser compatibility, security, performance and more."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में webhint एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
}