OpenWAX
OpenWAX(Open Web Accessibility eXtension) is a tool that can help diagnose and fix the accessibility problem.
OpenWAXとは何ですか?
OpenWAXはmctenshiによって開発されたChromeの拡張機能で、その主な機能は「OpenWAX(Open Web Accessibility eXtension) is a tool that can help diagnose and fix the accessibility problem.」です。
拡張機能のスクリーンショット
OpenWAX拡張機能のCRXファイルをダウンロード
OpenWAX拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        OpenWAX(Open Web Accessibility eXtension) is a tool that can help diagnose and fix the accessibility problem.
OpenWAX can diagnose following accessibility problems.
* Text Alternatives of 
, , CSS Background
* Use of color
* Contrast
* Data Table
* Shortcut
* Language of page
* Keyboard focus
* Page title
* Frame title
* Heading elements
* Skip navigation
* Link text
* Label
* Markup validation error for a11y                     拡張機能の基本情報
| 名前 |   |  
| ID | bfahpbmaknaeohgdklfbobogpdngngoe | 
| 公式URL | https://chromewebstore.google.com/detail/openwax/bfahpbmaknaeohgdklfbobogpdngngoe | 
| 説明 | OpenWAX(Open Web Accessibility eXtension) is a tool that can help diagnose and fix the accessibility problem. | 
| ファイルサイズ | 66.23 KB | 
| インストール数 | 24,599 | 
| 現在のバージョン | 2.0.10 | 
| 最終更新日 | 2022-04-19 | 
| 公開日 | 2014-06-05 | 
| 評価 | 4.27/5 合計 26 レビュー | 
| 開発者 | mctenshi | 
| Eメール | [email protected] | 
| 支払い方法 | free | 
| 拡張機能のウェブサイト | https://goonoo.github.io/OpenWAX/ | 
| ヘルプページのURL | https://goonoo.github.io/OpenWAX/ | 
| 対応言語 | en,ko | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "OpenWAX",
    "version": "2.0.10",
    "description": "OpenWAX(Open Web Accessibility eXtension) is a tool that can help diagnose and fix the accessibility problem.",
    "action": {
        "default_icon": "logo_19.png",
        "default_popup": "popup.html"
    },
    "default_locale": "en",
    "icons": {
        "128": "logo_128.png",
        "16": "logo_16.png",
        "19": "logo_19.png",
        "48": "logo_48.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "options.html",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "css": [
                "achecker.css"
            ],
            "js": [
                "lib\/Section.js",
                "lib\/Sections.js",
                "i18n.js",
                "achecker.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "tabs"
    ]
}  |  |