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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    }
}