Jmol Tutorial Creator++
For better, annoyance-free molecular tutorials.
Was ist Jmol Tutorial Creator++?
Jmol Tutorial Creator++ ist eine Chrome-Erweiterung, die von Ian Morrill entwickelt wurde, und ihr Hauptmerkmal ist "For better, annoyance-free molecular tutorials.".
Erweiterungsscreenshots
Jmol Tutorial Creator++-Erweiterungs-CRX-Datei herunterladen
Laden Sie Jmol Tutorial Creator++-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Jmol Tutorial Creator++, or JTC++ for short, fixes issues with the Milwaukee School of Engineering's Jmol Tutorial Creator (https://cbm.msoe.edu/markMyweb/jmolCreatorStonyBrook/), such as molecules not loading. It also adds neat features like setting a default molecule. ----------------------- DISCLAIMER: This extension is created by Ian Morrill and is in no way affiliated with or endorsed by the Milwaukee School of Engineering or their Center for Bio-molecular Modeling.
Grundlegende Informationen zur Erweiterung
Name | Jmol Tutorial Creator++ |
ID | aejinhhnclkjbmgknhgghkjkaaolpgkj |
Offizielle URL | https://chromewebstore.google.com/detail/jmol-tutorial-creator++/aejinhhnclkjbmgknhgghkjkaaolpgkj |
Beschreibung | For better, annoyance-free molecular tutorials. |
Dateigröße | 46.6 KB |
Installationsanzahl | 198 |
Aktuelle Version | 1.1 |
Letztes Update | 2020-06-04 |
Veröffentlichungsdatum | 2020-06-03 |
Entwickler | Ian Morrill |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Jmol Tutorial Creator++", "short_name": "JTC++", "description": "For better, annoyance-free molecular tutorials.", "version": "1.1", "content_scripts": [ { "matches": [ "https:\/\/cbm.msoe.edu\/markMyweb\/jmolCreatorStonyBrook\/design.html" ], "js": [ "design.injected.js" ], "css": [ "design.injected.css" ], "run_at": "document_idle" }, { "matches": [ "https:\/\/cbm.msoe.edu\/markMyweb\/jmolCreatorStonyBrook\/", "https:\/\/cbm.msoe.edu\/markMyweb\/jmolCreatorStonyBrook\/index.html" ], "js": [ "index.injected.js" ], "css": [ "index.injected.css" ], "run_at": "document_end" } ], "icons": { "128": "[email protected]", "64": "icon.png" }, "web_accessible_resources": [ "headerBackground1.injected.png" ] } |