GitHub comment navigator Firefox

Examine source code of GitHub comment navigator

作者: Shrey
Inspect and view changes in GitHub comment navigator source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "GitHub comment navigator",
  "version": "0.0.5",
  "manifest_version": 2,
  "description": "Jump to previous/next GitHub comments with j/k",
  "homepage_url": "https://github.com/banga/github-extension",
  "icons": {
    "256": "icons/icon_256.png"
  },
  "permissions": [
    "https://github.com/"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://github.com/*"
      ],
      "js": [
        "src/main.js"
      ],
      "css": [
        "src/main.css"
      ]
    }
  ]
}

最佳 GitHub comment navigator 替代方案

这里是一些与GitHub comment navigator类似的Firefox add-on: