Show All GitHub Issues
Show both Issues and Pull Requests in the Issues tab by default. As it previously did.
Show All GitHub Issues là gì?
Show All GitHub Issues là một tiện ích mở rộng Chrome được phát triển bởi Sindre Sorhus, và tính năng chính của nó là "Show both Issues and Pull Requests in the Issues tab by default. As it previously did.".
Ả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 Show All GitHub Issues
Tải xuống các tệp mở rộng Show All GitHub Issues 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
See the website for more info.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Show All GitHub Issues |
ID | ahkcgmpcfiijldaijfjekdffckpidieb |
URL Chính Thức | https://chromewebstore.google.com/detail/show-all-github-issues/ahkcgmpcfiijldaijfjekdffckpidieb |
Mô tả | Show both Issues and Pull Requests in the Issues tab by default. As it previously did. |
Kích Thước Tệp | 5.91 KB |
Số Lần Cài Đặt | 92 |
Phiên Bản Hiện Tại | 1.0.3 |
Cập Nhật Lần Cuối | 2020-11-20 |
Ngày Phát Hành | 2020-03-07 |
Nhà Phát Triển | Sindre Sorhus |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/sindresorhus/show-all-github-issues |
URL Trang Trợ Giúp | https://github.com/sindresorhus/show-all-github-issues/issues |
URL Trang Chính Sách Bảo Mật | https://github.com/sindresorhus/privacy-policy/blob/master/chrome-extensions.md |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Show All GitHub Issues", "version": "1.0.3", "description": "Show both Issues and Pull Requests in the Issues tab by default. As it previously did.", "homepage_url": "https:\/\/github.com\/sindresorhus\/show-all-github-issues", "manifest_version": 2, "minimum_chrome_version": "80", "icons": { "128": "icon.png" }, "permissions": [ "webRequest", "webRequestBlocking", "https:\/\/github.com\/*\/*\/issues" ], "background": { "scripts": [ "background.js" ] } } |