SkipTo Landmarks & Headings

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

SkipTo Landmarks & Headings क्या है?

SkipTo Landmarks & Headings Nicholas Hoyt द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Provides keyboard access to landmark regions and headings (h1–h6) on a web page."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में SkipTo Landmarks & Headings एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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