Java Assist

Quickly access an online Java complier along with Java documentation without leaving your tab

什麼是Java Assist?

Java Assist是由Clapper Tech LLC開發的Chrome擴展程式,該擴展的主要功能是“Quickly access an online Java complier along with Java documentation without leaving your tab”。

擴展截圖

screenshot

下載Java Assist擴展crx文件

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

擴展使用說明

                        The Java Assist Chrome extension is a handy tool designed to simplify your Java programming experience. Whether you're a seasoned developer or just starting with Java, this extension provides instant access to Java documentation and a built in compiler right from your browser.                    

擴展基本資訊

名稱 Java Assist Java Assist
ID niofihbhibghmpojpckcdbekjfeddkdb
官方網址 https://chromewebstore.google.com/detail/java-assist/niofihbhibghmpojpckcdbekjfeddkdb
簡介 Quickly access an online Java complier along with Java documentation without leaving your tab
檔案大小 28.96 KB
安裝次數 1,000
目前版本 1.3.1
更新時間 2023-12-08
上架時間 2023-09-05
評分 5.00/5 共 4 次評分
開發者 Clapper Tech LLC
電子郵箱 [email protected]
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Java Assist",
    "version": "1.3.1",
    "description": "Quickly access an online Java complier along with Java documentation without leaving your tab",
    "action": {
        "default_popup": "index.html"
    },
    "icons": {
        "16": "\/images\/icon16.png",
        "48": "\/images\/icon48.png",
        "128": "\/images\/icon128.png"
    }
}