Github Sort by Comment Reactions Extension

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

What is Github Sort by Comment Reactions Extension?

Github Sort by Comment Reactions Extension is a Chrome extension developed by Unknown, and its main feature is "Allows you to sort by comment reaction count in issues and PRs on Github".

Extension Screenshots

screenshot

Download Github Sort by Comment Reactions Extension Extension CRX File

Download Github Sort by Comment Reactions Extension 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

                                            

Extension Basic Information

Name Github Sort by Comment Reactions Extension Github Sort by Comment Reactions Extension
ID mgkdeelfbcjcfdhbjahmomdigbkogmln
Official URL https://chromewebstore.google.com/detail/github-sort-by-comment-re/mgkdeelfbcjcfdhbjahmomdigbkogmln
Description Allows you to sort by comment reaction count in issues and PRs on Github
File Size 119 KB
Installation Count 37
Current Version 1.0.0
Last Updated 2018-02-07
Publish Date 2018-02-07
Rating 5.00/5 Total 1 Ratings
Developer Unknown
Payment Type free
Extension Website https://github.com/dbkaplun/github-sort-by-comment-reactions-extension
Supported Languages 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"
            ]
        }
    ]
}