Github Sort by Comment Reactions Extension

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

ما هو Github Sort by Comment Reactions Extension؟

Github Sort by Comment Reactions Extension هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Allows you to sort by comment reaction count in issues and PRs on Github".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Github Sort by Comment Reactions Extension

قم بتنزيل ملفات الامتداد Github Sort by Comment Reactions Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                                            

معلومات أساسية عن التمديد

الاسم Github Sort by Comment Reactions Extension Github Sort by Comment Reactions Extension
ID mgkdeelfbcjcfdhbjahmomdigbkogmln
عنوان URL الرسمي https://chromewebstore.google.com/detail/github-sort-by-comment-re/mgkdeelfbcjcfdhbjahmomdigbkogmln
الوصف Allows you to sort by comment reaction count in issues and PRs on Github
حجم الملف 119 KB
عدد التثبيتات 37
النسخة الحالية 1.0.0
آخر تحديث 2018-02-07
تاريخ النشر 2018-02-07
تقييم 5.00/5 مجموع تقييمات 1
المطور Unknown
نوع الدفع free
موقع الإضافة https://github.com/dbkaplun/github-sort-by-comment-reactions-extension
اللغات المدعومة 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"
            ]
        }
    ]
}