GitHub comment navigator

Jump to previous/next GitHub comments with j/k

什么是GitHub comment navigator?

GitHub comment navigator是由Shrey开发的Chrome扩展程序,该扩展的主要功能是“Jump to previous/next GitHub comments with j/k”。

扩展截图

screenshot

下载GitHub comment navigator扩展crx文件

下载GitHub comment navigator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 GitHub comment navigator GitHub comment navigator
ID lofhbhadfnodfbppjdgkoadccfilaeoj
官方URL https://chromewebstore.google.com/detail/github-comment-navigator/lofhbhadfnodfbppjdgkoadccfilaeoj
简介 Jump to previous/next GitHub comments with j/k
文件大小 10.43 KB
安装次数 30
当前版本 0.0.5
更新时间 2018-10-16
上架时间 2018-10-16
评分 5.00/5 共1次评分
开发者 Shrey
付费类型 free
扩展官网 https://github.com/banga/github-extension
支持的语言 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"
            ]
        }
    ]
}