DiscoChrome
Discover JDK's from different distributions
Hvad er DiscoChrome?
DiscoChrome er en Chrome-udvidelse udviklet af han.solo, og dens hovedfunktion er "Discover JDK's from different distributions".
Udvidelsesskærmbilleder
Download DiscoChrome-udvidelses-CRX-fil
Download DiscoChrome-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
A little extension to discover and download OpenJDK distributions from different vendors using the foojay Disco API.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | cikmnphhlggceijbbdeohhlkbdagjjce |
Officiel URL | https://chromewebstore.google.com/detail/discochrome/cikmnphhlggceijbbdeohhlkbdagjjce |
Beskrivelse | Discover JDK's from different distributions |
Filstørrelse | 26.14 KB |
Antal Installationer | 56 |
Nuværende Version | 1.4 |
Senest Opdateret | 2021-08-17 |
Udgivelsesdato | 2021-06-08 |
Udvikler | han.solo |
[email protected] | |
Betalingsmetode | free |
Hjælpeside-URL | https://github.com/foojay2020/discoapi/issues |
Understøttede Sprog | 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" } } |