SkipTo Landmarks & Headings
Provides keyboard access to landmark regions and headings (h1–h6) on a web page.
SkipTo Landmarks & Headingsคืออะไร?
SkipTo Landmarks & Headings เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Nicholas Hoyt และคุณลักษณะหลักของมันคือ "Provides keyboard access to landmark regions and headings (h1–h6) on a web page."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SkipTo Landmarks & Headings
ดาวน์โหลดไฟล์ส่วนขยาย 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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | 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" } } |