Long Descriptions in Context Menu
Right-click on anything with a "longdesc" or "aria-describedat" attribute to access its long description.
Co to jest Long Descriptions in Context Menu?
Long Descriptions in Context Menu to rozszerzenie Chrome opracowane przez chrome-a11y-extensions, a jego główną funkcją jest „Right-click on anything with a "longdesc" or "aria-describedat" attribute to access its long description.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Long Descriptions in Context Menu
Pobierz pliki rozszerzeń Long Descriptions in Context Menu 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
The HTML standard allows images to have a link to an additional file with a long description with the "longdesc" attribute. In addition there's a proposed new ARIA attribute "aria-describedat" that's similar. Normally these attributes are only exposed to users who have screen readers or other assistive technology installed that knows to look for these. This extension puts an item in the context menu so you can right-click on any element on the page and open its long description. It also gives you the option of adding a colored border to images with a long description so you know when one is available.
Podstawowe informacje o rozszerzeniu
Nazwa | Long Descriptions in Context Menu |
ID | ohbmencljkleiedahijfkagnmmhbilgp |
Oficjalny URL | https://chromewebstore.google.com/detail/long-descriptions-in-cont/ohbmencljkleiedahijfkagnmmhbilgp |
Opis | Right-click on anything with a "longdesc" or "aria-describedat" attribute to access its long description. |
Rozmiar pliku | 133 KB |
Liczba instalacji | 58,974 |
Aktualna Wersja | 1.0.2 |
Ostatnia Aktualizacja | 2015-04-28 |
Data Publikacji | 2015-04-28 |
Ocena | 4.33/5 Łącznie 1522 Oceny |
Deweloper | chrome-a11y-extensions |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://policies.google.com/privacy?hl=en |
Obsługiwane Języki | id,ms,de,en,en-GB,fil,fr,sw,nl,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_LONGDESC_APPNAME__", "version": "1.0.2", "description": "__MSG_LONGDESC_APPDESC__", "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ " |