CheerpJ Applet Runner

Run Java applets without installing Java

CheerpJ Applet Runnerคืออะไร?

CheerpJ Applet Runner เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://leaningtech.com และคุณลักษณะหลักของมันคือ "Run Java applets without installing Java"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CheerpJ Applet Runner

ดาวน์โหลดไฟล์ส่วนขยาย CheerpJ Applet Runner ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        CheerpJ Applet Runner - Run Java applets without installing Java

With the CheerpJ Applet Runner extension, you can run legacy Java Applets on modern browsers without a Java plugin or a local installation of Java.

Using The CheerpJ Applet Runner is simple. Install the extension, visit your Applet-based website, and enable the extension by clicking on its icon on the upper right corner of your browser!

This extension works by 'converting' the Java Applet to WebAssembly and JavaScript on the fly. It is private and secure, runs fully client-side (i.e. it does not contact any server), and does not collect any data or analytics at all. All your data, as well as your application are kept within the boundaries of your browser.

This extension, developed by Leaning Technologies, is based on CheerpJ, a professional Java to HTML5 compiler. More information on CheerpJ are available at https://leaningtech.com/cheerpj/

This software is free to use for non-commercial purposes on public-network Applets. For any other use, such as internal network applets, or if you are a company or public-sector organisation and would like to license CheerpJ, please get in touch with [email protected].                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ CheerpJ Applet Runner CheerpJ Applet Runner
ID bbmolahhldcbngedljfadjlognfaaein
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/cheerpj-applet-runner/bbmolahhldcbngedljfadjlognfaaein
คำอธิบาย Run Java applets without installing Java
ขนาดไฟล์ 77.73 MB
จำนวนการติดตั้ง 126,164
เวอร์ชันปัจจุบัน 10.6
อัปเดตครั้งล่าสุด 2023-02-09
วันที่เผยแพร่ 2020-02-06
คะแนน 4.53/5 รวมทั้งหมด 240 คะแนน
ผู้พัฒนา https://leaningtech.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://leaningtech.com/cheerpj-applet-runner/
URL หน้าช่วยเหลือ https://github.com/leaningtech/cheerpj-appletrunner
URL หน้านโยบายความเป็นส่วนตัว https://leaningtech.com/privacy-policy-cheerpj-ar
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "CheerpJ Applet Runner",
    "description": "Run Java applets without installing Java",
    "version": "10.6",
    "icons": {
        "128": "cheerpj.png"
    },
    "action": {
        "default_icon": "cheerpj.png",
        "default_popup": "popup.html",
        "default_title": "Click to run applets"
    },
    "background": {
        "service_worker": "bg.js"
    },
    "permissions": [
        "scripting",
        "activeTab"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "cheerpj\/*",
                "spoof.js",
                "settings.html",
                "attach_simple.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}