GitHub Issue Link Status
Colorize issue and PR links to see their status (open, closed, merged)
GitHub Issue Link Status là gì?
GitHub Issue Link Status là một tiện ích mở rộng Chrome được phát triển bởi fregante, và tính năng chính của nó là "Colorize issue and PR links to see their status (open, closed, merged)".
Ả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 Link Status
Tải xuống các tệp mở rộng GitHub Issue Link Status 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
It uses GraphQL to make a single HTTP request to check all the links on a page at once. This means that you'll need to create a API token and add it to the Options page or else the extension will not work. GitHub Enterprise is also supported. More info in the options.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | GitHub Issue Link Status |
ID | nbiddhncecgemgccalnoanpnenalmkic |
URL Chính Thức | https://chromewebstore.google.com/detail/github-issue-link-status/nbiddhncecgemgccalnoanpnenalmkic |
Mô tả | Colorize issue and PR links to see their status (open, closed, merged) |
Kích Thước Tệp | 628 KB |
Số Lần Cài Đặt | 840 |
Phiên Bản Hiện Tại | 23.12.9 |
Cập Nhật Lần Cuối | 2023-12-16 |
Ngày Phát Hành | 2020-05-28 |
Đánh Giá | 5.00/5 Tổng số 11 Đánh Giá |
Nhà Phát Triển | fregante |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/fregante/github-issue-link-status |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GitHub Issue Link Status", "version": "23.12.9", "manifest_version": 2, "description": "Colorize issue and PR links to see their status (open, closed, merged)", "author": "Federico Brigante", "homepage_url": "https:\/\/github.com\/fregante\/github-issue-link-status", "minimum_chrome_version": "110", "icons": { "128": "icon.8e96fe6a.png" }, "applications": { "gecko": { "id": "[email protected]", "strict_min_version": "110.0" } }, "background": { "scripts": [ "background.f4bf7b8a.js" ], "persistent": false }, "browser_action": { "default_icon": "icon.8e96fe6a.png" }, "permissions": [ "storage", "contextMenus", "activeTab", "https:\/\/api.github.com\/*" ], "optional_permissions": [ "*:\/\/*\/*" ], "options_ui": { "chrome_style": true, "page": "options.a1657bf3.html" }, "content_scripts": [ { "matches": [ "https:\/\/github.com\/*" ], "js": [ "github-issue-link-status.3d226882.js" ], "css": [ "github-issue-link-status.6d22c692.css" ] } ], "web_accessible_resources": [ "github-issue-link-status.13b89ed2.svg", "github-issue-link-status.0e56a715.svg", "github-issue-link-status.8ef1950e.svg", "github-issue-link-status.08639d3b.svg", "github-issue-link-status.28fd9b3b.svg", "github-issue-link-status.47996722.svg", "github-issue-link-status.d9d314fc.svg" ] } |