Pull Requests Counter
This extension shows the number of Pull Requests assigned to you.
What is Pull Requests Counter?
Pull Requests Counter is a Chrome extension developed by Alessandro Rodi, and its main feature is "This extension shows the number of Pull Requests assigned to you.".
Extension Screenshots
Download Pull Requests Counter Extension CRX File
Download Pull Requests Counter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | nabnimigmblhomjpopdohkaelngdammf |
Official URL | https://chrome.google.com/webstore/detail/pull-requests-counter/nabnimigmblhomjpopdohkaelngdammf |
Description | This extension shows the number of Pull Requests assigned to you. |
File Size | 9.16 KB |
Installation Count | 93 |
Current Version | 1.3.1 |
Last Updated | 2017-09-15 |
Publish Date | 2017-09-15 |
Rating | 4.80/5 Total 5 Ratings |
Developer | Alessandro Rodi |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/renuo/pull-requests-counter |
Help Page URL | https://github.com/renuo/pull-requests-counter/issues |
Supported Languages | 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" ] } |