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文件
下載SkipTo Landmarks & Headings擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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. 擴展基本資訊
| 名稱 | |
| ID | fjkpbfcodhflpdildjbmdhhmcoplghgf |
| 官方網址 | 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"
}
} | |