webhint
Quickly test your website to see if there are any issues with accessibility, browser compatibility, security, performance and more.
webhintとは何ですか?
webhintはwebhintによって開発されたChromeの拡張機能で、その主な機能は「Quickly test your website to see if there are any issues with accessibility, browser compatibility, security, performance and more.」です。
拡張機能のスクリーンショット
webhint拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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": [ " |