GitHub Projects Plus
Adds advanced labels management and other functionality to GitHub.
Was ist GitHub Projects Plus?
GitHub Projects Plus ist eine Chrome-Erweiterung, die von ofzza entwickelt wurde, und ihr Hauptmerkmal ist "Adds advanced labels management and other functionality to GitHub.".
Erweiterungsscreenshots
GitHub Projects Plus-Erweiterungs-CRX-Datei herunterladen
Laden Sie GitHub Projects Plus-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
Augments functionality of GitHub with:
1) Adds "@special" labels to issues to be used as work-flow tags
(See "?" icon above the new label input for more info)
2) Adds "#type" labels to issues to be used as quick grouping tags
(See "?" icon above the new label input for more info)
3) Adds a "New issue" button to the projects page
--------------------------
PLEASE NOTE: This extension is not endorsed by GitHub.
GitHub and Chrome, are trademarks of their respective owners. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | pkkhkgaamkjaepakanehpgbifoljadnl |
| Offizielle URL | https://chromewebstore.google.com/detail/github-projects-plus/pkkhkgaamkjaepakanehpgbifoljadnl |
| Beschreibung | Adds advanced labels management and other functionality to GitHub. |
| Dateigröße | 76.63 KB |
| Installationsanzahl | 41 |
| Aktuelle Version | 2.0.9 |
| Letztes Update | 2021-09-21 |
| Veröffentlichungsdatum | 2019-11-28 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | ofzza |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/ofzza/github-projects-extension |
| Hilfeseite URL | https://github.com/ofzza/github-projects-extension/issues |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"version": "2.0.9",
"icons": {
"16": "res\/img\/logo(16px).png",
"48": "res\/img\/logo(48px).png",
"128": "res\/img\/logo(128px).png"
},
"content_scripts": [
{
"matches": [
"https:\/\/*\/*"
],
"js": [
"bootstrap.js"
],
"css": [
"style.css"
]
}
],
"web_accessible_resources": [
"res\/img\/label-tag-example.png"
],
"permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"name": "GitHub Projects Plus",
"description": "Adds advanced labels management and other functionality to GitHub."
} | |