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" } } |