Java Assist

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

Java Assist क्या है?

Java Assist Clapper Tech LLC द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quickly access an online Java complier along with Java documentation without leaving your tab"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Java Assist एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 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"
    }
}