Pull Requests Counter
This extension shows the number of Pull Requests assigned to you.
Hvad er Pull Requests Counter?
Pull Requests Counter er en Chrome-udvidelse udviklet af Alessandro Rodi, og dens hovedfunktion er "This extension shows the number of Pull Requests assigned to you.".
Udvidelsesskærmbilleder
Download Pull Requests Counter-udvidelses-CRX-fil
Download Pull Requests Counter-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
| Navn | |
| ID | nabnimigmblhomjpopdohkaelngdammf |
| Officiel URL | https://chrome.google.com/webstore/detail/pull-requests-counter/nabnimigmblhomjpopdohkaelngdammf |
| Beskrivelse | This extension shows the number of Pull Requests assigned to you. |
| Filstørrelse | 9.16 KB |
| Antal Installationer | 93 |
| Nuværende Version | 1.3.1 |
| Senest Opdateret | 2017-09-15 |
| Udgivelsesdato | 2017-09-15 |
| Bedømmelse | 4.80/5 Samlet 5 Bedømmelser |
| Udvikler | Alessandro Rodi |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://github.com/renuo/pull-requests-counter |
| Hjælpeside-URL | https://github.com/renuo/pull-requests-counter/issues |
| Understøttede Sprog | 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"
]
} | |