Display Access Keys

Displays hint of access keys next ot the elements.

Apa itu Display Access Keys?

Display Access Keys adalah ekstensi Chrome yang dikembangkan oleh dharris, dan fitur utamanya adalah "Displays hint of access keys next ot the elements.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Display Access Keys

Unduh file ekstensi Display Access Keys dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Display Access Keys Display Access Keys
ID gpicedcgegaokienkdbbcagodgacpbpd
URL Resmi https://chromewebstore.google.com/detail/display-access-keys/gpicedcgegaokienkdbbcagodgacpbpd
Deskripsi Displays hint of access keys next ot the elements.
Ukuran File 6.56 KB
Jumlah Instalasi 443
Versi Saat Ini 1.1
Terakhir Diperbarui 2017-03-06
Tanggal Publikasi 2017-03-06
Penilaian 4.33/5 Total 3 Penilaian
Pengembang dharris
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/dougharris/display-access-keys
Bahasa yang Didukung 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"
            ]
        }
    ]
}