Landmarks Firefox

Examine source code of Landmarks

Inspect and view changes in Landmarks source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "icons": {
    "48": "landmarks-48.png",
    "96": "landmarks-96.png"
  },
  "browser_action": {
    "browser_style": true,
    "default_icon": {
      "16": "landmarks-16.png",
      "32": "landmarks-32.png"
    },
    "default_title": "Landmarks",
    "default_popup": "popup.html"
  },
  "sidebar_action": {
    "browser_style": true,
    "default_title": "Landmarks",
    "default_panel": "sidebar.html",
    "default_icon": {
      "16": "landmarks-16.png",
      "32": "landmarks-32.png"
    },
    "open_at_install": false
  },
  "options_ui": {
    "browser_style": false,
    "page": "options.html",
    "open_in_tab": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "ariaLandmarkNav@ibm.com",
      "strict_min_version": "73.0"
    }
  },
  "commands": {
    "toggle-all-landmarks": {
      "suggested_key": {
        "default": "Alt+Shift+A"
      },
      "description": "__MSG_toggleAllShortcutDescription__"
    },
    "main-landmark": {
      "suggested_key": {
        "default": "Alt+Shift+M"
      },
      "description": "__MSG_mainLandmarkShortcutDescription__"
    },
    "prev-landmark": {
      "suggested_key": {
        "default": "Alt+Shift+P"
      },
      "description": "__MSG_previousLandmarkShortcutDescription__"
    },
    "next-landmark": {
      "suggested_key": {
        "default": "Alt+Shift+N"
      },
      "description": "__MSG_nextLandmarkShortcutDescription__"
    },
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Alt+Shift+L"
      }
    }
  },
  "manifest_version": 2,
  "name": "__MSG_extensionFullName__",
  "short_name": "__MSG_extensionShortName__",
  "version": "2.12.0",
  "description": "__MSG_extensionDescription__",
  "author": "David Todd, Matthew Tylee Atkinson",
  "homepage_url": "http://matatk.agrip.org.uk/landmarks/",
  "default_locale": "en_GB",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    },
    {
      "matches": [
        "http://matatk.agrip.org.uk/landmarks/"
      ],
      "js": [
        "addHelpLinkToHomePage.js"
      ]
    }
  ],
  "permissions": [
    "storage",
    "webNavigation",
    "tabs"
  ],
  "devtools_page": "devtoolsRoot.html"
}

Best Landmarks Alternatives

Here are some Firefox add-ons that are similar to Landmarks: