DiscoChrome
Discover JDK's from different distributions
什么是DiscoChrome?
DiscoChrome是由han.solo开发的Chrome扩展程序,该扩展的主要功能是“Discover JDK's from different distributions”。
扩展截图
下载DiscoChrome扩展crx文件
下载DiscoChrome扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A little extension to discover and download OpenJDK distributions from different vendors using the foojay Disco API.
扩展基本信息
名称 | |
ID | cikmnphhlggceijbbdeohhlkbdagjjce |
官方URL | https://chromewebstore.google.com/detail/discochrome/cikmnphhlggceijbbdeohhlkbdagjjce |
简介 | Discover JDK's from different distributions |
文件大小 | 26.14 KB |
安装次数 | 56 |
当前版本 | 1.4 |
更新时间 | 2021-08-17 |
上架时间 | 2021-06-08 |
开发者 | han.solo |
电子邮箱 | [email protected] |
付费类型 | free |
帮助页面URL | https://github.com/foojay2020/discoapi/issues |
支持的语言 | 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" } } |