Display Access Keys

Displays hint of access keys next ot the elements.

Display Access Keys란 무엇입니까?

Display Access Keys은(는) dharris에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Displays hint of access keys next ot the elements."입니다.

확장 프로그램 스크린샷

screenshot

Display Access Keys 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Display Access Keys Display Access Keys
ID gpicedcgegaokienkdbbcagodgacpbpd
공식 URL https://chromewebstore.google.com/detail/display-access-keys/gpicedcgegaokienkdbbcagodgacpbpd
설명 Displays hint of access keys next ot the elements.
파일 크기 6.56 KB
설치 횟수 443
현재 버전 1.1
최근 업데이트 2017-03-06
출시 날짜 2017-03-06
평점 4.33/5 총 3 개의 평점
개발자 dharris
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/dougharris/display-access-keys
지원되는 언어 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"
            ]
        }
    ]
}