SkipTo Landmarks & Headings
Provides keyboard access to landmark regions and headings (h1–h6) on a web page.
Cos'è SkipTo Landmarks & Headings?
SkipTo Landmarks & Headings è un'estensione di Chrome sviluppata da Nicholas Hoyt, e la sua funzione principale è "Provides keyboard access to landmark regions and headings (h1–h6) on a web page.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione SkipTo Landmarks & Headings
Scarica i file di estensione SkipTo Landmarks & Headings in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | fjkpbfcodhflpdildjbmdhhmcoplghgf |
| URL Ufficiale | https://chromewebstore.google.com/detail/skipto-landmarks-headings/fjkpbfcodhflpdildjbmdhhmcoplghgf |
| Descrizione | Provides keyboard access to landmark regions and headings (h1–h6) on a web page. |
| Dimensione del File | 34.43 KB |
| Conteggio Installazioni | 1,162 |
| Versione Corrente | 2.2.0 |
| Ultimo Aggiornamento | 2021-10-10 |
| Data di Pubblicazione | 2021-06-13 |
| Valutazione | 5.00/5 Totale 2 Valutazioni |
| Sviluppatore | Nicholas Hoyt |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://skipto.github.io/ |
| Lingue Supportate | 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"
}
} | |