Java Assist

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

Java Assistคืออะไร?

Java Assist เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Clapper Tech LLC และคุณลักษณะหลักของมันคือ "Quickly access an online Java complier along with Java documentation without leaving your tab"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Java Assist

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    }
}