Java Assist
Quickly access an online Java complier along with Java documentation without leaving your tab
Wat is Java Assist?
Java Assist is een Chrome-extensie ontwikkeld door Clapper Tech LLC, en de belangrijkste functie is "Quickly access an online Java complier along with Java documentation without leaving your tab".
Extensie Screenshots
Download het CRX-bestand van de extensie Java Assist
Download Java Assist-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Java Assist |
ID | niofihbhibghmpojpckcdbekjfeddkdb |
Officiële URL | https://chromewebstore.google.com/detail/java-assist/niofihbhibghmpojpckcdbekjfeddkdb |
Beschrijving | Quickly access an online Java complier along with Java documentation without leaving your tab |
Bestandsgrootte | 28.96 KB |
Aantal Installaties | 1,000 |
Huidige Versie | 1.3.1 |
Laatst Bijgewerkt | 2023-12-08 |
Publicatiedatum | 2023-09-05 |
Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | Clapper Tech LLC |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |