DiscoChrome
Discover JDK's from different distributions
DiscoChrome là gì?
DiscoChrome là một tiện ích mở rộng Chrome được phát triển bởi han.solo, và tính năng chính của nó là "Discover JDK's from different distributions".
Ả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 DiscoChrome
Tải xuống các tệp mở rộng DiscoChrome 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
A little extension to discover and download OpenJDK distributions from different vendors using the foojay Disco API.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | cikmnphhlggceijbbdeohhlkbdagjjce |
URL Chính Thức | https://chromewebstore.google.com/detail/discochrome/cikmnphhlggceijbbdeohhlkbdagjjce |
Mô tả | Discover JDK's from different distributions |
Kích Thước Tệp | 26.14 KB |
Số Lần Cài Đặt | 56 |
Phiên Bản Hiện Tại | 1.4 |
Cập Nhật Lần Cuối | 2021-08-17 |
Ngày Phát Hành | 2021-06-08 |
Nhà Phát Triển | han.solo |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://github.com/foojay2020/discoapi/issues |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DiscoChrome", "description": "Discover JDK's from different distributions", "version": "1.4", "manifest_version": 3, "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/discoduke16.png", "32": "\/images\/discoduke32.png", "48": "\/images\/discoduke48.png", "128": "\/images\/discoduke128.png" } }, "icons": { "16": "\/images\/discoduke16.png", "32": "\/images\/discoduke32.png", "48": "\/images\/discoduke48.png", "128": "\/images\/discoduke128.png" } } |