Display Access Keys

Displays hint of access keys next ot the elements.

Wat is Display Access Keys?

Display Access Keys is een Chrome-extensie ontwikkeld door dharris, en de belangrijkste functie is "Displays hint of access keys next ot the elements.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Display Access Keys

Download Display Access Keys-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Display Access Keys Display Access Keys
ID gpicedcgegaokienkdbbcagodgacpbpd
Officiële URL https://chromewebstore.google.com/detail/display-access-keys/gpicedcgegaokienkdbbcagodgacpbpd
Beschrijving Displays hint of access keys next ot the elements.
Bestandsgrootte 6.56 KB
Aantal Installaties 443
Huidige Versie 1.1
Laatst Bijgewerkt 2017-03-06
Publicatiedatum 2017-03-06
Beoordeling 4.33/5 Totaal 3 Beoordelingen
Ontwikkelaar dharris
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/dougharris/display-access-keys
Ondersteunde Talen 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"
            ]
        }
    ]
}