Pull Requests Counter
This extension shows the number of Pull Requests assigned to you.
Was ist Pull Requests Counter?
Pull Requests Counter ist eine Chrome-Erweiterung, die von Alessandro Rodi entwickelt wurde, und ihr Hauptmerkmal ist "This extension shows the number of Pull Requests assigned to you.".
Erweiterungsscreenshots
Pull Requests Counter-Erweiterungs-CRX-Datei herunterladen
Laden Sie Pull Requests Counter-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | nabnimigmblhomjpopdohkaelngdammf |
| Offizielle URL | https://chrome.google.com/webstore/detail/pull-requests-counter/nabnimigmblhomjpopdohkaelngdammf |
| Beschreibung | This extension shows the number of Pull Requests assigned to you. |
| Dateigröße | 9.16 KB |
| Installationsanzahl | 93 |
| Aktuelle Version | 1.3.1 |
| Letztes Update | 2017-09-15 |
| Veröffentlichungsdatum | 2017-09-15 |
| Bewertung | 4.80/5 Insgesamt 5 Bewertungen |
| Entwickler | Alessandro Rodi |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/renuo/pull-requests-counter |
| Hilfeseite URL | https://github.com/renuo/pull-requests-counter/issues |
| Unterstützte Sprachen | 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"
]
} | |