Java Assist
Quickly access an online Java complier along with Java documentation without leaving your tab
What is Java Assist?
Java Assist is a Chrome extension developed by Clapper Tech LLC, and its main feature is "Quickly access an online Java complier along with Java documentation without leaving your tab".
Extension Screenshots
Download Java Assist Extension CRX File
Download Java Assist extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Java Assist |
ID | niofihbhibghmpojpckcdbekjfeddkdb |
Official URL | https://chromewebstore.google.com/detail/java-assist/niofihbhibghmpojpckcdbekjfeddkdb |
Description | Quickly access an online Java complier along with Java documentation without leaving your tab |
File Size | 28.96 KB |
Installation Count | 1,000 |
Current Version | 1.3.1 |
Last Updated | 2023-12-08 |
Publish Date | 2023-09-05 |
Rating | 5.00/5 Total 4 Ratings |
Developer | Clapper Tech LLC |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |