SkipTo Landmarks & Headings
Provides keyboard access to landmark regions and headings (h1–h6) on a web page.
Wat is SkipTo Landmarks & Headings?
SkipTo Landmarks & Headings is een Chrome-extensie ontwikkeld door Nicholas Hoyt, en de belangrijkste functie is "Provides keyboard access to landmark regions and headings (h1–h6) on a web page.".
Extensie Screenshots
Download het CRX-bestand van de extensie SkipTo Landmarks & Headings
Download SkipTo Landmarks & Headings-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | SkipTo Landmarks & Headings |
ID | fjkpbfcodhflpdildjbmdhhmcoplghgf |
Officiële URL | https://chromewebstore.google.com/detail/skipto-landmarks-headings/fjkpbfcodhflpdildjbmdhhmcoplghgf |
Beschrijving | Provides keyboard access to landmark regions and headings (h1–h6) on a web page. |
Bestandsgrootte | 34.43 KB |
Aantal Installaties | 1,162 |
Huidige Versie | 2.2.0 |
Laatst Bijgewerkt | 2021-10-10 |
Publicatiedatum | 2021-06-13 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Nicholas Hoyt |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://skipto.github.io/ |
Ondersteunde Talen | 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" } } |