Simple Vim Scrolling Firefox

Examine source code of Simple Vim Scrolling

By: Johnny
Inspect and view changes in Simple Vim Scrolling source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Vim-Style Page Navigation",
  "version": "1.0",
  "description": "Navigate pages using vim-style keyboard shortcuts (j/k for scrolling, gg/G for top/bottom, / for link hints)",
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "page-navigator.js"
      ]
    }
  ],
  "permissions": [],
  "browser_specific_settings": {
    "gecko": {
      "id": "{850d6539-fd9f-496d-aaaf-48e5bebf617a}"
    }
  }
}

Best Simple Vim Scrolling Alternatives

Here are some Firefox add-ons that are similar to Simple Vim Scrolling: