Github Sort by Comment Reactions Extension

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

Apa itu Github Sort by Comment Reactions Extension?

Github Sort by Comment Reactions Extension adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Allows you to sort by comment reaction count in issues and PRs on Github".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Github Sort by Comment Reactions Extension

Unduh file ekstensi Github Sort by Comment Reactions Extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                                            

Informasi Dasar Ekstensi

Nama Github Sort by Comment Reactions Extension Github Sort by Comment Reactions Extension
ID mgkdeelfbcjcfdhbjahmomdigbkogmln
URL Resmi https://chromewebstore.google.com/detail/github-sort-by-comment-re/mgkdeelfbcjcfdhbjahmomdigbkogmln
Deskripsi Allows you to sort by comment reaction count in issues and PRs on Github
Ukuran File 119 KB
Jumlah Instalasi 37
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2018-02-07
Tanggal Publikasi 2018-02-07
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Unknown
Tipe Pembayaran free
Situs Ekstensi https://github.com/dbkaplun/github-sort-by-comment-reactions-extension
Bahasa yang Didukung 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"
            ]
        }
    ]
}