GitHub Projects Plus
Adds advanced labels management and other functionality to GitHub.
Wat is GitHub Projects Plus?
GitHub Projects Plus is een Chrome-extensie ontwikkeld door ofzza, en de belangrijkste functie is "Adds advanced labels management and other functionality to GitHub.".
Extensie Screenshots
Download het CRX-bestand van de extensie GitHub Projects Plus
Download GitHub Projects Plus-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
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.
Basisinformatie over de Extensie
Naam | GitHub Projects Plus |
ID | pkkhkgaamkjaepakanehpgbifoljadnl |
Officiële URL | https://chromewebstore.google.com/detail/github-projects-plus/pkkhkgaamkjaepakanehpgbifoljadnl |
Beschrijving | Adds advanced labels management and other functionality to GitHub. |
Bestandsgrootte | 76.63 KB |
Aantal Installaties | 41 |
Huidige Versie | 2.0.9 |
Laatst Bijgewerkt | 2021-09-21 |
Publicatiedatum | 2019-11-28 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | ofzza |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/ofzza/github-projects-extension |
Help Pagina-URL | https://github.com/ofzza/github-projects-extension/issues |
Ondersteunde Talen | 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." } |