Display Access Keys

Displays hint of access keys next ot the elements.

Cos'è Display Access Keys?

Display Access Keys è un'estensione di Chrome sviluppata da dharris, e la sua funzione principale è "Displays hint of access keys next ot the elements.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Display Access Keys

Scarica i file di estensione Display Access Keys in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Display Access Keys Display Access Keys
ID gpicedcgegaokienkdbbcagodgacpbpd
URL Ufficiale https://chromewebstore.google.com/detail/display-access-keys/gpicedcgegaokienkdbbcagodgacpbpd
Descrizione Displays hint of access keys next ot the elements.
Dimensione del File 6.56 KB
Conteggio Installazioni 443
Versione Corrente 1.1
Ultimo Aggiornamento 2017-03-06
Data di Pubblicazione 2017-03-06
Valutazione 4.33/5 Totale 3 Valutazioni
Sviluppatore dharris
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/dougharris/display-access-keys
Lingue Supportate 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"
            ]
        }
    ]
}