Landmark Navigation via Keyboard or Pop-up
Allows you to navigate a web page via WAI-ARIA landmarks, using the keyboard or a pop-up menu.
Landmark Navigation via Keyboard or Pop-up란 무엇입니까?
Landmark Navigation via Keyboard or Pop-up은(는) Matthew Tylee Atkinson에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Allows you to navigate a web page via WAI-ARIA landmarks, using the keyboard or a pop-up menu."입니다.
확장 프로그램 스크린샷
Landmark Navigation via Keyboard or Pop-up 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Landmark regions broadly signpost the areas of a page (e.g. navigation, search, main content and so on). This extension allows you to navigate a web page via its landmarks, *if they've been provided by its author*, using the keyboard or a pop-up menu. Permissions: The extension needs to run automatically on all pages, to find any landmark regions and put a badge on the toolbar button, or update the sidebar. This is why it requires permission to access all pages. The extension does not collect any data. Support: As this is developed in my own time, I am not able to guarantee timely support, though will be doing what I can to help. I'll be concentrating on fixing bugs, and adding features where this makes sense. Acknowledgements: This is a fork of the original landmarks extension written by David Todd at IBM. Thanks to Steve Faulkner for encouraging me to work on this, for feature suggestions, help with the relevant specifications and initial test cases (and again to David Todd for supporting my contributions). Thanks also to The Paciello Group for donating my development time when this was a Firefox-specific extension and during the conversion to the WebExtensions API. Text and photo for the "World of Wombats" demo site are copyright Wikipedia and JJ Harrison and distributed under the CC BY-SA 3.0 licence. Details available at: http://matatk.agrip.org.uk/landmarks/world-of-wombats/#copyright-info
확장 프로그램 기본 정보
이름 | Landmark Navigation via Keyboard or Pop-up |
ID | ddpokpbjopmeeiiolheejjpkonlkklgp |
공식 URL | https://chromewebstore.google.com/detail/landmark-navigation-via-k/ddpokpbjopmeeiiolheejjpkonlkklgp |
설명 | Allows you to navigate a web page via WAI-ARIA landmarks, using the keyboard or a pop-up menu. |
파일 크기 | 48.77 KB |
설치 횟수 | 9,282 |
현재 버전 | 2.12.0 |
최근 업데이트 | 2022-10-10 |
출시 날짜 | 2020-03-29 |
평점 | 4.50/5 총 8 개의 평점 |
개발자 | Matthew Tylee Atkinson |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://matatk.agrip.org.uk/landmarks/ |
도움말 페이지 URL | https://github.com/matatk/landmarks/issues |
개인정보 보호 정책 페이지 URL | http://matatk.agrip.org.uk/landmarks/privacy |
지원되는 언어 | en-GB,en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "minimum_chrome_version": "80", "icons": { "16": "landmarks-16.png", "32": "landmarks-32.png", "48": "landmarks-48.png", "128": "landmarks-128.png" }, "browser_action": { "default_icon": { "16": "landmarks-16.png", "24": "landmarks-24.png", "32": "landmarks-32.png" }, "default_title": "Landmarks", "default_popup": "popup.html" }, "options_ui": { "chrome_style": false, "page": "options.html", "open_in_tab": true }, "permissions": [ " |