GitHub Issue Badges
Replace issue links to badges displaying issue status/title
Wat is GitHub Issue Badges?
GitHub Issue Badges is een Chrome-extensie ontwikkeld door motemen, en de belangrijkste functie is "Replace issue links to badges displaying issue status/title".
Extensie Screenshots
Download het CRX-bestand van de extensie GitHub Issue Badges
Download GitHub Issue Badges-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Replaces issue/PR links on GitHub to badges, which includes their status (open, merged or closed) and assignees. Basisinformatie over de Extensie
| Naam | |
| ID | mkfiamgphibplgocbkifgcpnioogccfm |
| Officiële URL | https://chromewebstore.google.com/detail/github-issue-badges/mkfiamgphibplgocbkifgcpnioogccfm |
| Beschrijving | Replace issue links to badges displaying issue status/title |
| Bestandsgrootte | 208 KB |
| Aantal Installaties | 149 |
| Huidige Versie | 2.5.3 |
| Laatst Bijgewerkt | 2021-05-08 |
| Publicatiedatum | 2019-04-15 |
| Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | motemen |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/motemen/chrome-GitHub-Issue-Badges |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "GitHub Issue Badges",
"version": "2.5.3",
"manifest_version": 2,
"description": "Replace issue links to badges displaying issue status\/title",
"icons": {
"128": "icon128.png"
},
"permissions": [
"https:\/\/github.com\/*",
"https:\/\/api.github.com\/*",
"tabs"
],
"background": {
"scripts": [
"js\/init.js",
"js\/background.js"
],
"persistent": true
},
"options_page": "html\/option_page.html"
} | |