GitHub comment navigator

Jump to previous/next GitHub comments with j/k

What is GitHub comment navigator?

GitHub comment navigator is a Chrome extension developed by Shrey, and its main feature is "Jump to previous/next GitHub comments with j/k".

Extension Screenshots

screenshot

Download GitHub comment navigator Extension CRX File

Download GitHub comment navigator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Adds keyboard shortcuts for navigating and replying to comments:
- J / K to move to previous / next comment
- R to reply to the focused comment thread
- L to like the focused comment                    

Extension Basic Information

Name GitHub comment navigator GitHub comment navigator
ID lofhbhadfnodfbppjdgkoadccfilaeoj
Official URL https://chromewebstore.google.com/detail/github-comment-navigator/lofhbhadfnodfbppjdgkoadccfilaeoj
Description Jump to previous/next GitHub comments with j/k
File Size 10.43 KB
Installation Count 30
Current Version 0.0.5
Last Updated 2018-10-16
Publish Date 2018-10-16
Rating 5.00/5 Total 1 Ratings
Developer Shrey
Payment Type free
Extension Website https://github.com/banga/github-extension
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "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"
            ]
        }
    ]
}