Java Assist
Quickly access an online Java complier along with Java documentation without leaving your tab
什么是Java Assist?
Java Assist是由Clapper Tech LLC开发的Chrome扩展程序,该扩展的主要功能是“Quickly access an online Java complier along with Java documentation without leaving your tab”。
扩展截图
下载Java Assist扩展crx文件
下载Java Assist扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Java Assist |
ID | niofihbhibghmpojpckcdbekjfeddkdb |
官方URL | https://chromewebstore.google.com/detail/java-assist/niofihbhibghmpojpckcdbekjfeddkdb |
简介 | Quickly access an online Java complier along with Java documentation without leaving your tab |
文件大小 | 28.96 KB |
安装次数 | 1,000 |
当前版本 | 1.3.1 |
更新时间 | 2023-12-08 |
上架时间 | 2023-09-05 |
评分 | 5.00/5 共4次评分 |
开发者 | Clapper Tech LLC |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" } } |