DiscoChrome
Discover JDK's from different distributions
What is DiscoChrome?
DiscoChrome is a Chrome extension developed by han.solo, and its main feature is "Discover JDK's from different distributions".
Extension Screenshots
Download DiscoChrome Extension CRX File
Download DiscoChrome extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
A little extension to discover and download OpenJDK distributions from different vendors using the foojay Disco API.
Extension Basic Information
Name | |
ID | cikmnphhlggceijbbdeohhlkbdagjjce |
Official URL | https://chromewebstore.google.com/detail/discochrome/cikmnphhlggceijbbdeohhlkbdagjjce |
Description | Discover JDK's from different distributions |
File Size | 26.14 KB |
Installation Count | 56 |
Current Version | 1.4 |
Last Updated | 2021-08-17 |
Publish Date | 2021-06-08 |
Developer | han.solo |
[email protected] | |
Payment Type | free |
Help Page URL | https://github.com/foojay2020/discoapi/issues |
Supported Languages | 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" } } |