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ファイルをダウンロード

Display Access Keys拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
            ]
        }
    ]
}