Java Assist

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

Hvad er Java Assist?

Java Assist er en Chrome-udvidelse udviklet af Clapper Tech LLC, og dens hovedfunktion er "Quickly access an online Java complier along with Java documentation without leaving your tab".

Udvidelsesskærmbilleder

screenshot

Download Java Assist-udvidelses-CRX-fil

Download Java Assist-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Java Assist Java Assist
ID niofihbhibghmpojpckcdbekjfeddkdb
Officiel URL https://chromewebstore.google.com/detail/java-assist/niofihbhibghmpojpckcdbekjfeddkdb
Beskrivelse Quickly access an online Java complier along with Java documentation without leaving your tab
Filstørrelse 28.96 KB
Antal Installationer 1,000
Nuværende Version 1.3.1
Senest Opdateret 2023-12-08
Udgivelsesdato 2023-09-05
Bedømmelse 5.00/5 Samlet 4 Bedømmelser
Udvikler Clapper Tech LLC
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    }
}