Pull Requests Counter
This extension shows the number of Pull Requests assigned to you.
Vad är Pull Requests Counter?
Pull Requests Counter är en Chrome-tillägg utvecklad av Alessandro Rodi, och dess huvudfunktion är "This extension shows the number of Pull Requests assigned to you.".
Tilläggsskärmbilder
Ladda ner Pull Requests Counter-förlängningens CRX-fil
Ladda ner Pull Requests Counter-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | nabnimigmblhomjpopdohkaelngdammf |
| Officiell webbadress | https://chrome.google.com/webstore/detail/pull-requests-counter/nabnimigmblhomjpopdohkaelngdammf |
| Beskrivning | This extension shows the number of Pull Requests assigned to you. |
| Filstorlek | 9.16 KB |
| Antal Installationer | 93 |
| Aktuell Version | 1.3.1 |
| Senast Uppdaterad | 2017-09-15 |
| Publiceringsdatum | 2017-09-15 |
| Betyg | 4.80/5 Totalt 5 Betyg |
| Utvecklare | Alessandro Rodi |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/renuo/pull-requests-counter |
| Hjälpsida URL | https://github.com/renuo/pull-requests-counter/issues |
| Stödda Språk | 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"
]
} | |