GitHub Issue Badges
Replace issue links to badges displaying issue status/title
GitHub Issue Badges là gì?
GitHub Issue Badges là một tiện ích mở rộng Chrome được phát triển bởi motemen, và tính năng chính của nó là "Replace issue links to badges displaying issue status/title".
Ả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 Issue Badges
Tải xuống các tệp mở rộng GitHub Issue Badges 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
Replaces issue/PR links on GitHub to badges, which includes their status (open, merged or closed) and assignees.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | GitHub Issue Badges |
ID | mkfiamgphibplgocbkifgcpnioogccfm |
URL Chính Thức | https://chromewebstore.google.com/detail/github-issue-badges/mkfiamgphibplgocbkifgcpnioogccfm |
Mô tả | Replace issue links to badges displaying issue status/title |
Kích Thước Tệp | 208 KB |
Số Lần Cài Đặt | 149 |
Phiên Bản Hiện Tại | 2.5.3 |
Cập Nhật Lần Cuối | 2021-05-08 |
Ngày Phát Hành | 2019-04-15 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | motemen |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/motemen/chrome-GitHub-Issue-Badges |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GitHub Issue Badges", "version": "2.5.3", "manifest_version": 2, "description": "Replace issue links to badges displaying issue status\/title", "icons": { "128": "icon128.png" }, "permissions": [ "https:\/\/github.com\/*", "https:\/\/api.github.com\/*", "tabs" ], "background": { "scripts": [ "js\/init.js", "js\/background.js" ], "persistent": true }, "options_page": "html\/option_page.html" } |