Java Assist

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

Cos'è Java Assist?

Java Assist è un'estensione di Chrome sviluppata da Clapper Tech LLC, e la sua funzione principale è "Quickly access an online Java complier along with Java documentation without leaving your tab".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Java Assist

Scarica i file di estensione Java Assist in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Java Assist Java Assist
ID niofihbhibghmpojpckcdbekjfeddkdb
URL Ufficiale https://chromewebstore.google.com/detail/java-assist/niofihbhibghmpojpckcdbekjfeddkdb
Descrizione Quickly access an online Java complier along with Java documentation without leaving your tab
Dimensione del File 28.96 KB
Conteggio Installazioni 1,000
Versione Corrente 1.3.1
Ultimo Aggiornamento 2023-12-08
Data di Pubblicazione 2023-09-05
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore Clapper Tech LLC
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}