GitHub Projects Plus
Adds advanced labels management and other functionality to GitHub.
Qu'est-ce que GitHub Projects Plus ?
GitHub Projects Plus est une extension Chrome développée par ofzza, et sa fonction principale est "Adds advanced labels management and other functionality to GitHub.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension GitHub Projects Plus
Téléchargez les fichiers d'extension GitHub Projects Plus au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | GitHub Projects Plus |
ID | pkkhkgaamkjaepakanehpgbifoljadnl |
URL Officiel | https://chromewebstore.google.com/detail/github-projects-plus/pkkhkgaamkjaepakanehpgbifoljadnl |
Description | Adds advanced labels management and other functionality to GitHub. |
Taille du Fichier | 76.63 KB |
Nombre d'Installations | 41 |
Version Actuelle | 2.0.9 |
Dernière Mise à Jour | 2021-09-21 |
Date de Publication | 2019-11-28 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | ofzza |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/ofzza/github-projects-extension |
URL de la Page d'Aide | https://github.com/ofzza/github-projects-extension/issues |
Langues Prises en Charge | 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." } |