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 là gì?

Github Sort by Comment Reactions Extension là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Allows you to sort by comment reaction count in issues and PRs on Github".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Github Sort by Comment Reactions Extension

Tải xuống các tệp mở rộng Github Sort by Comment Reactions Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                                            

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Github Sort by Comment Reactions Extension Github Sort by Comment Reactions Extension
ID mgkdeelfbcjcfdhbjahmomdigbkogmln
URL Chính Thức https://chromewebstore.google.com/detail/github-sort-by-comment-re/mgkdeelfbcjcfdhbjahmomdigbkogmln
Mô tả Allows you to sort by comment reaction count in issues and PRs on Github
Kích Thước Tệp 119 KB
Số Lần Cài Đặt 37
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2018-02-07
Ngày Phát Hành 2018-02-07
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Unknown
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/dbkaplun/github-sort-by-comment-reactions-extension
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}