DiscoChrome

Discover JDK's from different distributions

什麼是DiscoChrome?

DiscoChrome是由han.solo開發的Chrome擴展程式,該擴展的主要功能是“Discover JDK's from different distributions”。

擴展截圖

screenshot

下載DiscoChrome擴展crx文件

下載DiscoChrome擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        A little extension to discover and download OpenJDK distributions from different vendors using the foojay Disco API.                    

擴展基本資訊

名稱 DiscoChrome DiscoChrome
ID cikmnphhlggceijbbdeohhlkbdagjjce
官方網址 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"
    }
}