GitHub Projects Plus
Adds advanced labels management and other functionality to GitHub.
¿Qué es GitHub Projects Plus?
GitHub Projects Plus es una extensión de Chrome desarrollada por ofzza, y su función principal es "Adds advanced labels management and other functionality to GitHub.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión GitHub Projects Plus
Descarga archivos de extensión GitHub Projects Plus en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
DEPRECATED! You can now use the vanilla version of GitHub Projects Plus for GitHub Enterprise hosted on domains other than GitHub.com!! -------------------------- 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.
Información Básica de la Extensión
Nombre | GitHub Projects Plus |
ID | gadfbgfecpifebbanedpkjfkoajpkojo |
URL Oficial | https://chromewebstore.google.com/detail/github-projects-plus/gadfbgfecpifebbanedpkjfkoajpkojo |
Descripción | Adds advanced labels management and other functionality to GitHub. |
Tamaño del Archivo | 76.63 KB |
Cantidad de Instalaciones | 15 |
Versión Actual | 2.0.9 |
Última Actualización | 2021-09-21 |
Fecha de Publicación | 2019-11-28 |
Desarrollador | ofzza |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/ofzza/github-projects-extension |
URL de la Página de Ayuda | https://github.com/ofzza/github-projects-extension/issues |
Idiomas Soportados | 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." } |