SkipTo Landmarks & Headings

Provides keyboard access to landmark regions and headings (h1–h6) on a web page.

Was ist SkipTo Landmarks & Headings?

SkipTo Landmarks & Headings ist eine Chrome-Erweiterung, die von Nicholas Hoyt entwickelt wurde, und ihr Hauptmerkmal ist "Provides keyboard access to landmark regions and headings (h1–h6) on a web page.".

Erweiterungsscreenshots

screenshot

SkipTo Landmarks & Headings-Erweiterungs-CRX-Datei herunterladen

Laden Sie SkipTo Landmarks & Headings-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name SkipTo Landmarks & Headings SkipTo Landmarks & Headings
ID fjkpbfcodhflpdildjbmdhhmcoplghgf
Offizielle URL https://chromewebstore.google.com/detail/skipto-landmarks-headings/fjkpbfcodhflpdildjbmdhhmcoplghgf
Beschreibung Provides keyboard access to landmark regions and headings (h1–h6) on a web page.
Dateigröße 34.43 KB
Installationsanzahl 1,162
Aktuelle Version 2.2.0
Letztes Update 2021-10-10
Veröffentlichungsdatum 2021-06-13
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler Nicholas Hoyt
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://skipto.github.io/
Unterstützte Sprachen 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"
    }
}