GitHub Projects Plus
Adds advanced labels management and other functionality to GitHub.
Cos'è GitHub Projects Plus?
GitHub Projects Plus è un'estensione di Chrome sviluppata da ofzza, e la sua funzione principale è "Adds advanced labels management and other functionality to GitHub.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione GitHub Projects Plus
Scarica i file di estensione GitHub Projects Plus in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | GitHub Projects Plus |
ID | pkkhkgaamkjaepakanehpgbifoljadnl |
URL Ufficiale | https://chromewebstore.google.com/detail/github-projects-plus/pkkhkgaamkjaepakanehpgbifoljadnl |
Descrizione | Adds advanced labels management and other functionality to GitHub. |
Dimensione del File | 76.63 KB |
Conteggio Installazioni | 41 |
Versione Corrente | 2.0.9 |
Ultimo Aggiornamento | 2021-09-21 |
Data di Pubblicazione | 2019-11-28 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | ofzza |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/ofzza/github-projects-extension |
URL della Pagina di Aiuto | https://github.com/ofzza/github-projects-extension/issues |
Lingue Supportate | 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." } |