Java Assist
Quickly access an online Java complier along with Java documentation without leaving your tab
Was ist Java Assist?
Java Assist ist eine Chrome-Erweiterung, die von Clapper Tech LLC entwickelt wurde, und ihr Hauptmerkmal ist "Quickly access an online Java complier along with Java documentation without leaving your tab".
Erweiterungsscreenshots
Java Assist-Erweiterungs-CRX-Datei herunterladen
Laden Sie Java Assist-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | niofihbhibghmpojpckcdbekjfeddkdb |
| Offizielle URL | https://chromewebstore.google.com/detail/java-assist/niofihbhibghmpojpckcdbekjfeddkdb |
| Beschreibung | Quickly access an online Java complier along with Java documentation without leaving your tab |
| Dateigröße | 28.96 KB |
| Installationsanzahl | 1,000 |
| Aktuelle Version | 1.3.1 |
| Letztes Update | 2023-12-08 |
| Veröffentlichungsdatum | 2023-09-05 |
| Bewertung | 5.00/5 Insgesamt 4 Bewertungen |
| Entwickler | Clapper Tech LLC |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
}
} | |