ViHN: keyboard navigation for Hacker News Firefox

Examine source code of ViHN: keyboard navigation for Hacker News

Inspect and view changes in ViHN: keyboard navigation for Hacker News source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "ViHN: Vim for Hacker News",
  "short_name": "ViHN",
  "description": "Vi-style key bindings for browsing Hacker News",
  "author": "Quentin Santos",
  "manifest_version": 2,
  "version": "1.38",
  "icons": {
    "128": "icon128.png"
  },
  "permissions": [
    "storage",
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "page": "options.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{4622cacb-93c6-4050-bf6e-749f0237fecb}"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://news.ycombinator.com/*"
      ],
      "js": [
        "get-option.js",
        "main.js"
      ],
      "css": [
        "main.css"
      ],
      "run_at": "document_end"
    }
  ]
}

Mejores alternativas ViHN: keyboard navigation for Hacker News

Aquí hay algunas Firefox add-ons que son similares a ViHN: keyboard navigation for Hacker News: