Java Assist
Quickly access an online Java complier along with Java documentation without leaving your tab
Qu'est-ce que Java Assist ?
Java Assist est une extension Chrome développée par Clapper Tech LLC, et sa fonction principale est "Quickly access an online Java complier along with Java documentation without leaving your tab".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Java Assist
Téléchargez les fichiers d'extension Java Assist au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Java Assist |
ID | niofihbhibghmpojpckcdbekjfeddkdb |
URL Officiel | https://chromewebstore.google.com/detail/java-assist/niofihbhibghmpojpckcdbekjfeddkdb |
Description | Quickly access an online Java complier along with Java documentation without leaving your tab |
Taille du Fichier | 28.96 KB |
Nombre d'Installations | 1,000 |
Version Actuelle | 1.3.1 |
Dernière Mise à Jour | 2023-12-08 |
Date de Publication | 2023-09-05 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | Clapper Tech LLC |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |