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 |
| 公式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 |
| Eメール | [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"
}
} | |