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
公式URL 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
Eメール [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"
    }
}