Github Sort by Comment Reactions Extension

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

Cos'è Github Sort by Comment Reactions Extension?

Github Sort by Comment Reactions Extension è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Allows you to sort by comment reaction count in issues and PRs on Github".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Github Sort by Comment Reactions Extension

Scarica i file di estensione Github Sort by Comment Reactions Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                                            

Informazioni di Base sull'Estensione

Nome Github Sort by Comment Reactions Extension Github Sort by Comment Reactions Extension
ID mgkdeelfbcjcfdhbjahmomdigbkogmln
URL Ufficiale https://chromewebstore.google.com/detail/github-sort-by-comment-re/mgkdeelfbcjcfdhbjahmomdigbkogmln
Descrizione Allows you to sort by comment reaction count in issues and PRs on Github
Dimensione del File 119 KB
Conteggio Installazioni 37
Versione Corrente 1.0.0
Ultimo Aggiornamento 2018-02-07
Data di Pubblicazione 2018-02-07
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Unknown
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/dbkaplun/github-sort-by-comment-reactions-extension
Lingue Supportate 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"
            ]
        }
    ]
}