SkipTo Landmarks & Headings

SkipTo Landmarks & Headings

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

Merlin
Additional files are visible only to premium users

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