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
电子邮箱 [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"
    ]
}