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をいくつか紹介します: