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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย carlsonsantana และคุณลักษณะหลักของมันคือ "Improve the accessibility of web pages, especially for users who use screen readers or navigate using the keyboard."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย HaTeMiLe for Browser

ดาวน์โหลดไฟล์ส่วนขยาย 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 HaTeMiLe for Browser
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": [
                ""
            ],
            "all_frames": true,
            "run_at": "document_start",
            "persistent": false,
            "js": [
                "scripts\/hatemile\/js\/hatemile-skippers.js",
                "scripts\/hatemile\/js\/hatemile\/util\/CommonFunctions.js",
                "scripts\/hatemile\/js\/hatemile\/util\/Configure.js",
                "scripts\/hatemile\/js\/hatemile\/util\/IDGenerator.js",
                "scripts\/hatemile\/js\/hatemile\/util\/html\/vanilla\/VanillaHTMLDOMElement.js",
                "scripts\/hatemile\/js\/hatemile\/util\/html\/vanilla\/VanillaHTMLDOMParser.js",
                "scripts\/hatemile\/js\/hatemile\/util\/html\/vanilla\/VanillaHTMLDOMTextNode.js",
                "scripts\/hatemile\/js\/hatemile\/implementation\/AccessibleAssociationImplementation.js",
                "scripts\/hatemile\/js\/hatemile\/implementation\/AccessibleDisplayScreenReaderImplementation.js",
                "scripts\/hatemile\/js\/hatemile\/implementation\/AccessibleFormImplementation.js",
                "scripts\/hatemile\/js\/hatemile\/implementation\/AccessibleNavigationImplementation.js",
                "scripts\/auxiliar_functions.js",
                "scripts\/background.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "styles\/accessiblearia.css",
        "styles\/accessibleformvalidation.css",
        "scripts\/hatemile\/css\/hide_changes.css",
        "scripts\/hatemile\/js\/eventlistener.js",
        "scripts\/hatemile\/js\/hatemile\/util\/CommonFunctions.js",
        "scripts\/hatemile\/js\/hatemile\/util\/Configure.js",
        "scripts\/hatemile\/js\/hatemile\/util\/IDGenerator.js",
        "scripts\/hatemile\/js\/hatemile\/util\/html\/vanilla\/VanillaHTMLDOMElement.js",
        "scripts\/hatemile\/js\/hatemile\/util\/html\/vanilla\/VanillaHTMLDOMParser.js",
        "scripts\/hatemile\/js\/hatemile\/util\/html\/vanilla\/VanillaHTMLDOMTextNode.js",
        "scripts\/hatemile\/js\/hatemile\/implementation\/AccessibleEventImplementation.js",
        "scripts\/hatemile\/js\/hatemile\/implementation\/AccessibleFormImplementation.js",
        "scripts\/hatemile\/js\/hatemile\/implementation\/AccessibleDisplayScreenReaderImplementation.js",
        "scripts\/execute.js"
    ]
}