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
官方網址 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"
            ]
        }
    ]
}