Pull Requests Counter

This extension shows the number of Pull Requests assigned to you.

Pull Requests Counter là gì?

Pull Requests Counter là một tiện ích mở rộng Chrome được phát triển bởi Alessandro Rodi, và tính năng chính của nó là "This extension shows the number of Pull Requests assigned to you.".

Ả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 Pull Requests Counter

Tải xuống các tệp mở rộng Pull Requests Counter 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

                        This extensions allow you to see the number of Open Pull Requests assigned to you on GitHub.
Don't loose a PullRequest anymore! Make other people happy not forgetting their Pull Requests.
This extension counts also the number of reviews requested from you.                    

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

Tên Pull Requests Counter Pull Requests Counter
ID nabnimigmblhomjpopdohkaelngdammf
URL Chính Thức https://chrome.google.com/webstore/detail/pull-requests-counter/nabnimigmblhomjpopdohkaelngdammf
Mô tả This extension shows the number of Pull Requests assigned to you.
Kích Thước Tệp 9.16 KB
Số Lần Cài Đặt 93
Phiên Bản Hiện Tại 1.3.1
Cập Nhật Lần Cuối 2017-09-15
Ngày Phát Hành 2017-09-15
Đánh Giá 4.80/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Alessandro Rodi
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/renuo/pull-requests-counter
URL Trang Trợ Giúp https://github.com/renuo/pull-requests-counter/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "Renuo GmbH",
    "name": "Pull Requests Counter",
    "description": "This extension shows the number of Pull Requests assigned to you.",
    "version": "1.3.1",
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "extension.js"
        ]
    },
    "permissions": [
        "activeTab",
        "https:\/\/api.github.com\/",
        "alarms",
        "storage",
        "tabs"
    ]
}