SkipTo Landmarks & Headings
Provides keyboard access to landmark regions and headings (h1–h6) on a web page.
Qu'est-ce que SkipTo Landmarks & Headings ?
SkipTo Landmarks & Headings est une extension Chrome développée par Nicholas Hoyt, et sa fonction principale est "Provides keyboard access to landmark regions and headings (h1–h6) on a web page.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension SkipTo Landmarks & Headings
Téléchargez les fichiers d'extension SkipTo Landmarks & Headings au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | SkipTo Landmarks & Headings |
ID | fjkpbfcodhflpdildjbmdhhmcoplghgf |
URL Officiel | https://chromewebstore.google.com/detail/skipto-landmarks-headings/fjkpbfcodhflpdildjbmdhhmcoplghgf |
Description | Provides keyboard access to landmark regions and headings (h1–h6) on a web page. |
Taille du Fichier | 34.43 KB |
Nombre d'Installations | 1,162 |
Version Actuelle | 2.2.0 |
Dernière Mise à Jour | 2021-10-10 |
Date de Publication | 2021-06-13 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | Nicholas Hoyt |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://skipto.github.io/ |
Langues Prises en Charge | 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" } } |