Github Sort by Comment Reactions Extension

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

Was ist Github Sort by Comment Reactions Extension?

Github Sort by Comment Reactions Extension ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "Allows you to sort by comment reaction count in issues and PRs on Github".

Erweiterungsscreenshots

screenshot

Github Sort by Comment Reactions Extension-Erweiterungs-CRX-Datei herunterladen

Laden Sie Github Sort by Comment Reactions Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                                            

Grundlegende Informationen zur Erweiterung

Name Github Sort by Comment Reactions Extension Github Sort by Comment Reactions Extension
ID mgkdeelfbcjcfdhbjahmomdigbkogmln
Offizielle URL https://chromewebstore.google.com/detail/github-sort-by-comment-re/mgkdeelfbcjcfdhbjahmomdigbkogmln
Beschreibung Allows you to sort by comment reaction count in issues and PRs on Github
Dateigröße 119 KB
Installationsanzahl 37
Aktuelle Version 1.0.0
Letztes Update 2018-02-07
Veröffentlichungsdatum 2018-02-07
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Unknown
Zahlungsart free
Erweiterungswebsite https://github.com/dbkaplun/github-sort-by-comment-reactions-extension
Unterstützte Sprachen 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"
            ]
        }
    ]
}