AuxTool
Auxtool is an extension to provide accessibility testing for websites available on internet.
AuxToolとは何ですか?
AuxToolはAbhishek Raiによって開発されたChromeの拡張機能で、その主な機能は「Auxtool is an extension to provide accessibility testing for websites available on internet.」です。
拡張機能のスクリーンショット
AuxTool拡張機能のCRXファイルをダウンロード
AuxTool拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Auxtool is an extension to provide accessibility testing for websites available on internet. Accessibility features help differently abled people to accesss those websites which are not generally accessible to them.
拡張機能の基本情報
名前 | AuxTool |
ID | fjjhmhehhknnhkmcaphjaeghkemfkijb |
公式URL | https://chromewebstore.google.com/detail/auxtool/fjjhmhehhknnhkmcaphjaeghkemfkijb |
説明 | Auxtool is an extension to provide accessibility testing for websites available on internet. |
ファイルサイズ | 113 KB |
インストール数 | 25 |
現在のバージョン | 1.3 |
最終更新日 | 2020-05-22 |
公開日 | 2020-05-21 |
開発者 | Abhishek Rai |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://hclaccessibility.azurewebsites.net/ |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AuxTool", "author": "HCL", "description": "Auxtool is an extension to provide accessibility testing for websites available on internet.", "version": "1.3", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "activeTab" ], "browser_action": { "default_icon": { "20": "images\/color-changer20.png", "40": "images\/color-changer40.png" }, "default_title": "Aux Tool", "default_popup": "popup.html" }, "short_name": "AuxTool", "manifest_version": 2 } |