Github Sort by Comment Reactions Extension

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

Wat is Github Sort by Comment Reactions Extension?

Github Sort by Comment Reactions Extension is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Allows you to sort by comment reaction count in issues and PRs on Github".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Github Sort by Comment Reactions Extension

Download Github Sort by Comment Reactions Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                                            

Basisinformatie over de Extensie

Naam Github Sort by Comment Reactions Extension Github Sort by Comment Reactions Extension
ID mgkdeelfbcjcfdhbjahmomdigbkogmln
Officiële URL https://chromewebstore.google.com/detail/github-sort-by-comment-re/mgkdeelfbcjcfdhbjahmomdigbkogmln
Beschrijving Allows you to sort by comment reaction count in issues and PRs on Github
Bestandsgrootte 119 KB
Aantal Installaties 37
Huidige Versie 1.0.0
Laatst Bijgewerkt 2018-02-07
Publicatiedatum 2018-02-07
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Extensiewebsite https://github.com/dbkaplun/github-sort-by-comment-reactions-extension
Ondersteunde Talen 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"
            ]
        }
    ]
}