Java Assist

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

Co to jest Java Assist?

Java Assist to rozszerzenie Chrome opracowane przez Clapper Tech LLC, a jego główną funkcją jest „Quickly access an online Java complier along with Java documentation without leaving your tab”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Java Assist

Pobierz pliki rozszerzeń Java Assist w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Java Assist Java Assist
ID niofihbhibghmpojpckcdbekjfeddkdb
Oficjalny URL https://chromewebstore.google.com/detail/java-assist/niofihbhibghmpojpckcdbekjfeddkdb
Opis Quickly access an online Java complier along with Java documentation without leaving your tab
Rozmiar pliku 28.96 KB
Liczba instalacji 1,000
Aktualna Wersja 1.3.1
Ostatnia Aktualizacja 2023-12-08
Data Publikacji 2023-09-05
Ocena 5.00/5 Łącznie 4 Oceny
Deweloper Clapper Tech LLC
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}