Github Sort by Comment Reactions Extension

Allows you to sort by comment reaction count in issues and PRs on Github

什么是Github Sort by Comment Reactions Extension?

Github Sort by Comment Reactions Extension是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Allows you to sort by comment reaction count in issues and PRs on Github”。

扩展截图

screenshot

下载Github Sort by Comment Reactions Extension扩展crx文件

下载Github Sort by Comment Reactions Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                                            

扩展基本信息

名称 Github Sort by Comment Reactions Extension Github Sort by Comment Reactions Extension
ID mgkdeelfbcjcfdhbjahmomdigbkogmln
官方URL https://chromewebstore.google.com/detail/github-sort-by-comment-re/mgkdeelfbcjcfdhbjahmomdigbkogmln
简介 Allows you to sort by comment reaction count in issues and PRs on Github
文件大小 119 KB
安装次数 37
当前版本 1.0.0
更新时间 2018-02-07
上架时间 2018-02-07
评分 5.00/5 共1次评分
开发者 Unknown
付费类型 free
扩展官网 https://github.com/dbkaplun/github-sort-by-comment-reactions-extension
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Github Sort by Comment Reactions Extension",
    "description": "Allows you to sort by comment reaction count in issues and PRs on Github",
    "version": "1.0.0",
    "homepage_url": "https:\/\/github.com\/dbkaplun\/github-sort-by-comment-reactions-extension",
    "author": "Dan Kaplun ",
    "icons": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "js": [
                "index.js"
            ]
        }
    ]
}