GitHub Projects Plus
Adds advanced labels management and other functionality to GitHub.
GitHub Projects Plus là gì?
GitHub Projects Plus là một tiện ích mở rộng Chrome được phát triển bởi ofzza, và tính năng chính của nó là "Adds advanced labels management and other functionality to GitHub.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng GitHub Projects Plus
Tải xuống các tệp mở rộng GitHub Projects Plus dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | GitHub Projects Plus |
ID | pkkhkgaamkjaepakanehpgbifoljadnl |
URL Chính Thức | https://chromewebstore.google.com/detail/github-projects-plus/pkkhkgaamkjaepakanehpgbifoljadnl |
Mô tả | Adds advanced labels management and other functionality to GitHub. |
Kích Thước Tệp | 76.63 KB |
Số Lần Cài Đặt | 41 |
Phiên Bản Hiện Tại | 2.0.9 |
Cập Nhật Lần Cuối | 2021-09-21 |
Ngày Phát Hành | 2019-11-28 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | ofzza |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/ofzza/github-projects-extension |
URL Trang Trợ Giúp | https://github.com/ofzza/github-projects-extension/issues |
Ngôn Ngữ Được Hỗ Trợ | 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." } |