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"
            ]
        }
    ]
}