SkipTo Landmarks & Headings
Provides keyboard access to landmark regions and headings (h1–h6) on a web page.
SkipTo Landmarks & Headings란 무엇입니까?
SkipTo Landmarks & Headings은(는) Nicholas Hoyt에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Provides keyboard access to landmark regions and headings (h1–h6) on a web page."입니다.
확장 프로그램 스크린샷
SkipTo Landmarks & Headings 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Overview SkipTo Landmarks & Headings extends the web browser by providing a menu for easy navigation to the ARIA landmark regions and HTML section headings of a web page. The keyboard shortcut for opening the menu is alt+2 (option+2 on Mac keyboards) and cursors keys can be used to navigate the menu. Activating a menu item scrolls the corresponding landmark region or heading element into view and moves keyboard focus to it on the page.
확장 프로그램 기본 정보
이름 | SkipTo Landmarks & Headings |
ID | fjkpbfcodhflpdildjbmdhhmcoplghgf |
공식 URL | https://chromewebstore.google.com/detail/skipto-landmarks-headings/fjkpbfcodhflpdildjbmdhhmcoplghgf |
설명 | Provides keyboard access to landmark regions and headings (h1–h6) on a web page. |
파일 크기 | 34.43 KB |
설치 횟수 | 1,162 |
현재 버전 | 2.2.0 |
최근 업데이트 | 2021-10-10 |
출시 날짜 | 2021-06-13 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | Nicholas Hoyt |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://skipto.github.io/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extName__", "version": "2.2.0", "description": "__MSG_extDesc__", "homepage_url": "https:\/\/github.com\/skipto\/extension", "author": "Nicholas Hoyt", "default_locale": "en", "permissions": [ "activeTab", "scripting", "storage" ], "action": { "default_popup": "popup.html", "default_icon": "images\/skipto-32.png" }, "options_ui": { "page": "options.html", "browser_style": true }, "commands": { "_execute_action": { "suggested_key": { "default": "Alt+2" } } }, "icons": { "32": "images\/skipto-32.png", "48": "images\/skipto-48.png", "64": "images\/skipto-64.png", "96": "images\/skipto-96.png", "128": "images\/skipto-128.png" } } |