SkipTo Landmarks & Headings
Provides keyboard access to landmark regions and headings (h1–h6) on a web page.
Hvad er SkipTo Landmarks & Headings?
SkipTo Landmarks & Headings er en Chrome-udvidelse udviklet af Nicholas Hoyt, og dens hovedfunktion er "Provides keyboard access to landmark regions and headings (h1–h6) on a web page.".
Udvidelsesskærmbilleder
Download SkipTo Landmarks & Headings-udvidelses-CRX-fil
Download SkipTo Landmarks & Headings-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | SkipTo Landmarks & Headings |
ID | fjkpbfcodhflpdildjbmdhhmcoplghgf |
Officiel URL | https://chromewebstore.google.com/detail/skipto-landmarks-headings/fjkpbfcodhflpdildjbmdhhmcoplghgf |
Beskrivelse | Provides keyboard access to landmark regions and headings (h1–h6) on a web page. |
Filstørrelse | 34.43 KB |
Antal Installationer | 1,162 |
Nuværende Version | 2.2.0 |
Senest Opdateret | 2021-10-10 |
Udgivelsesdato | 2021-06-13 |
Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
Udvikler | Nicholas Hoyt |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://skipto.github.io/ |
Understøttede Sprog | 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" } } |