Github Sort by Comment Reactions Extension

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

Vad är Github Sort by Comment Reactions Extension?

Github Sort by Comment Reactions Extension är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Allows you to sort by comment reaction count in issues and PRs on Github".

Tilläggsskärmbilder

screenshot

Ladda ner Github Sort by Comment Reactions Extension-förlängningens CRX-fil

Ladda ner Github Sort by Comment Reactions Extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                                            

Grundläggande Information om Tillägg

Namn Github Sort by Comment Reactions Extension Github Sort by Comment Reactions Extension
ID mgkdeelfbcjcfdhbjahmomdigbkogmln
Officiell webbadress https://chromewebstore.google.com/detail/github-sort-by-comment-re/mgkdeelfbcjcfdhbjahmomdigbkogmln
Beskrivning Allows you to sort by comment reaction count in issues and PRs on Github
Filstorlek 119 KB
Antal Installationer 37
Aktuell Version 1.0.0
Senast Uppdaterad 2018-02-07
Publiceringsdatum 2018-02-07
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Unknown
Betalningssätt free
Tilläggswebbplats https://github.com/dbkaplun/github-sort-by-comment-reactions-extension
Stödda Språk 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"
            ]
        }
    ]
}