Display Access Keys
Displays hint of access keys next ot the elements.
Co to jest Display Access Keys?
Display Access Keys to rozszerzenie Chrome opracowane przez dharris, a jego główną funkcją jest „Displays hint of access keys next ot the elements.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Display Access Keys
Pobierz pliki rozszerzeń Display Access Keys w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Display Access Keys |
ID | gpicedcgegaokienkdbbcagodgacpbpd |
Oficjalny URL | https://chromewebstore.google.com/detail/display-access-keys/gpicedcgegaokienkdbbcagodgacpbpd |
Opis | Displays hint of access keys next ot the elements. |
Rozmiar pliku | 6.56 KB |
Liczba instalacji | 443 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2017-03-06 |
Data Publikacji | 2017-03-06 |
Ocena | 4.33/5 Łącznie 3 Oceny |
Deweloper | dharris |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/dougharris/display-access-keys |
Obsługiwane Języki | 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" ] } ] } |