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.".
Снимки экрана расширения
Скачать файл 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 |
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": [ " |