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.
擴展基本資訊
名稱 | HaTeMiLe for Browser |
ID | cgmocdadonifbjlfaeedjdlhghkpfcok |
官方網址 | 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": [ " |