Pull Requests Counter

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

Pull Requests Counterとは何ですか?

Pull Requests CounterはAlessandro Rodiによって開発されたChromeの拡張機能で、その主な機能は「This extension shows the number of Pull Requests assigned to you.」です。

拡張機能のスクリーンショット

screenshot

Pull Requests Counter拡張機能のCRXファイルをダウンロード

Pull Requests Counter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Pull Requests Counter Pull Requests Counter
ID nabnimigmblhomjpopdohkaelngdammf
公式URL https://chrome.google.com/webstore/detail/pull-requests-counter/nabnimigmblhomjpopdohkaelngdammf
説明 This extension shows the number of Pull Requests assigned to you.
ファイルサイズ 9.16 KB
インストール数 93
現在のバージョン 1.3.1
最終更新日 2017-09-15
公開日 2017-09-15
評価 4.80/5 合計 5 レビュー
開発者 Alessandro Rodi
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/renuo/pull-requests-counter
ヘルプページのURL https://github.com/renuo/pull-requests-counter/issues
対応言語 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"
    ]
}