webhint
Quickly test your website to see if there are any issues with accessibility, browser compatibility, security, performance and more.
Co to jest webhint?
webhint to rozszerzenie Chrome opracowane przez webhint, a jego główną funkcją jest „Quickly test your website to see if there are any issues with accessibility, browser compatibility, security, performance and more.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia webhint
Pobierz pliki rozszerzeń webhint w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | webhint |
ID | gccemnpihkbgkdmoogenkbkckppadcag |
Oficjalny URL | https://chromewebstore.google.com/detail/webhint/gccemnpihkbgkdmoogenkbkckppadcag |
Opis | Quickly test your website to see if there are any issues with accessibility, browser compatibility, security, performance and more. |
Rozmiar pliku | 720 KB |
Liczba instalacji | 4,672 |
Aktualna Wersja | 2.4.14 |
Ostatnia Aktualizacja | 2023-06-28 |
Data Publikacji | 2020-05-21 |
Ocena | 5.00/5 Łącznie 6 Oceny |
Deweloper | webhint |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://webhint.io |
Adres URL Strony Pomocy | https://github.com/webhintio/hint/issues?q=label%3Aarea%3Abrowser-extension |
Obsługiwane Języki | 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": [ " |