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.”。
擴展截圖
下載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.
擴展基本資訊
名稱 | |
ID | nabnimigmblhomjpopdohkaelngdammf |
官方網址 | 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" ] } |