Github Sort by Comment Reactions Extension

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

Qu'est-ce que Github Sort by Comment Reactions Extension ?

Github Sort by Comment Reactions Extension est une extension Chrome développée par Unknown, et sa fonction principale est "Allows you to sort by comment reaction count in issues and PRs on Github".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Github Sort by Comment Reactions Extension

Téléchargez les fichiers d'extension Github Sort by Comment Reactions Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                                            

Informations de Base sur l'Extension

Nom Github Sort by Comment Reactions Extension Github Sort by Comment Reactions Extension
ID mgkdeelfbcjcfdhbjahmomdigbkogmln
URL Officiel 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
Taille du Fichier 119 KB
Nombre d'Installations 37
Version Actuelle 1.0.0
Dernière Mise à Jour 2018-02-07
Date de Publication 2018-02-07
Évaluation 5.00/5 Total 1 Évaluations
Développeur Unknown
Type de Paiement free
Site Web de l'Extension https://github.com/dbkaplun/github-sort-by-comment-reactions-extension
Langues Prises en Charge 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"
            ]
        }
    ]
}