Display Access Keys

Displays hint of access keys next ot the elements.

Display Access Keys là gì?

Display Access Keys là một tiện ích mở rộng Chrome được phát triển bởi dharris, và tính năng chính của nó là "Displays hint of access keys next ot the elements.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Display Access Keys

Tải xuống các tệp mở rộng Display Access Keys dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        A Chrome extension which shows subtle hints of the access keys provided by the site's developer.

This is based on a Firefox customization discussed here: http://blog.andrewbeacock.com/2007/06/firefox-hack-to-display-accesskey.html

Source at https://github.com/dougharris/display-access-keys                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Display Access Keys Display Access Keys
ID gpicedcgegaokienkdbbcagodgacpbpd
URL Chính Thức https://chromewebstore.google.com/detail/display-access-keys/gpicedcgegaokienkdbbcagodgacpbpd
Mô tả Displays hint of access keys next ot the elements.
Kích Thước Tệp 6.56 KB
Số Lần Cài Đặt 443
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2017-03-06
Ngày Phát Hành 2017-03-06
Đánh Giá 4.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển dharris
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/dougharris/display-access-keys
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Display Access Keys",
    "version": "1.1",
    "manifest_version": 2,
    "icons": {
        "128": "icon.png"
    },
    "description": "Displays hint of access keys next ot the elements.",
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "display-access-keys.css"
            ]
        }
    ]
}