Java Assist

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

Java Assist là gì?

Java Assist là một tiện ích mở rộng Chrome được phát triển bởi Clapper Tech LLC, và tính năng chính của nó là "Quickly access an online Java complier along with Java documentation without leaving your tab".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Java Assist

Tải xuống các tệp mở rộng Java Assist dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Java Assist Java Assist
ID niofihbhibghmpojpckcdbekjfeddkdb
URL Chính Thức https://chromewebstore.google.com/detail/java-assist/niofihbhibghmpojpckcdbekjfeddkdb
Mô tả Quickly access an online Java complier along with Java documentation without leaving your tab
Kích Thước Tệp 28.96 KB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 1.3.1
Cập Nhật Lần Cuối 2023-12-08
Ngày Phát Hành 2023-09-05
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Clapper Tech LLC
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}