WebWork Buddy
Tired of headaches due to brackets on WebWork? WebWork Buddy is here to help!
Qu'est-ce que WebWork Buddy ?
WebWork Buddy est une extension Chrome développée par https://webworkbuddy.me, et sa fonction principale est "Tired of headaches due to brackets on WebWork? WebWork Buddy is here to help!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension WebWork Buddy
Téléchargez les fichiers d'extension WebWork Buddy 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
WebWork Buddy alleviates the stresses of dealing with bracket errors and syntax errors when entering in mathematical expressions on WebWork. By leveraging the Mathquill library, which is used by Desmos.com, computer scientists, and universities around the world, WebWork buddy is able to translate those mathematical expressions into a WebWork format such that the user can easily copy + paste the expression they need.
Informations de Base sur l'Extension
Nom | WebWork Buddy |
ID | bhgmcdkifnonmebnhnbadgdopdlodena |
URL Officiel | https://chromewebstore.google.com/detail/webwork-buddy/bhgmcdkifnonmebnhnbadgdopdlodena |
Description | Tired of headaches due to brackets on WebWork? WebWork Buddy is here to help! |
Taille du Fichier | 3.08 MB |
Nombre d'Installations | 298 |
Version Actuelle | 0.0.6 |
Dernière Mise à Jour | 2020-12-14 |
Date de Publication | 2020-10-19 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | https://webworkbuddy.me |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://webworkbuddy.me |
URL de la Page d'Aide | https://youtube.com/c/JackHeTech |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WebWork Buddy", "version": "0.0.6", "description": "Tired of headaches due to brackets on WebWork? WebWork Buddy is here to help!", "icons": { "16": "16x16.png", "48": "48x48.png", "128": "128x128.png" }, "browser_action": { "default_title": "WebWork Buddy", "default_popup": "popup.html" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+A", "mac": "Ctrl+Shift+A" }, "description": "Opens popup.html" } }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'; img-src * data: 'self' 'unsafe-eval'", "offline_enabled": true, "permissions": [ "storage" ] } |