GitHub Projects Plus
Adds advanced labels management and other functionality to GitHub.
什么是GitHub Projects Plus?
GitHub Projects Plus是由ofzza开发的Chrome扩展程序,该扩展的主要功能是“Adds advanced labels management and other functionality to GitHub.”。
扩展截图
下载GitHub Projects Plus扩展crx文件
下载GitHub Projects Plus扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | GitHub Projects Plus |
ID | pkkhkgaamkjaepakanehpgbifoljadnl |
官方URL | https://chromewebstore.google.com/detail/github-projects-plus/pkkhkgaamkjaepakanehpgbifoljadnl |
简介 | Adds advanced labels management and other functionality to GitHub. |
文件大小 | 76.63 KB |
安装次数 | 41 |
当前版本 | 2.0.9 |
更新时间 | 2021-09-21 |
上架时间 | 2019-11-28 |
评分 | 5.00/5 共1次评分 |
开发者 | ofzza |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/ofzza/github-projects-extension |
帮助页面URL | https://github.com/ofzza/github-projects-extension/issues |
支持的语言 | 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." } |