HaTeMiLe for Browser
Improve the accessibility of web pages, especially for users who use screen readers or navigate using the keyboard.
HaTeMiLe for Browserとは何ですか?
HaTeMiLe for Browserはcarlsonsantanaによって開発されたChromeの拡張機能で、その主な機能は「Improve the accessibility of web pages, especially for users who use screen readers or navigate using the keyboard.」です。
拡張機能のスクリーンショット
HaTeMiLe for Browser拡張機能のCRXファイルをダウンロード
HaTeMiLe for Browser拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Improve the accessibility of web pages, especially for users who use screen readers or navigate using the keyboard.
Features of HaTeMiLe for Browser:
* For elements with only mouse events to trigger an action, the add-on provide the same functionality via the corresponding keyboard events;
* In drag-and-drop events press Space to drag, press Enter to drop and press Esc to clear;
* Display when the fields are required;
* Display the minimum and maximum value of the fields;
* Display the the field has auto-complete;
* Display the keyboard shortcuts of elements;
* Display when a field is invalid;
* Display the download links of page;
* Display when a link open new tab;
* Create links to access the long description of images;
* Create a summary of the page, using the headings of the page;
* Associate data cells with header cells of table. 拡張機能の基本情報
| 名前 | |
| ID | cgmocdadonifbjlfaeedjdlhghkpfcok |
| 公式URL | https://chromewebstore.google.com/detail/hatemile-for-browser/cgmocdadonifbjlfaeedjdlhghkpfcok |
| 説明 | Improve the accessibility of web pages, especially for users who use screen readers or navigate using the keyboard. |
| ファイルサイズ | 77.67 KB |
| インストール数 | 67 |
| 現在のバージョン | 3.1.1 |
| 最終更新日 | 2018-12-13 |
| 公開日 | 2018-12-12 |
| 開発者 | carlsonsantana |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://hatemile.github.io/projects/hatemile_for_browser/ |
| ヘルプページのURL | https://github.com/carlsonsantana/web-extension-hatemile-for-browser/issues |
| 対応言語 | en-US,es,pt-BR |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "HaTeMiLe for Browser",
"default_locale": "en_US",
"version": "3.1.1",
"description": "__MSG_appDesc__",
"homepage_url": "https:\/\/github.com\/hatemile\/web-extension-hatemile-for-browser",
"icons": {
"128": "images\/icon128.png",
"19": "images\/icon19.png",
"48": "images\/icon48.png",
"16": "images\/icon16.png"
},
"applications": {
"gecko": {
"id": "[email protected]"
}
},
"permissions": [
"storage",
"http:\/\/*\/",
"https:\/\/*\/"
],
"options_page": "pages\/preferences.html",
"options_ui": {
"page": "pages\/preferences.html",
"open_in_tab": true
},
"content_scripts": [
{
"matches": [
" | |