Jmol Tutorial Creator++
For better, annoyance-free molecular tutorials.
¿Qué es Jmol Tutorial Creator++?
Jmol Tutorial Creator++ es una extensión de Chrome desarrollada por Ian Morrill, y su función principal es "For better, annoyance-free molecular tutorials.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Jmol Tutorial Creator++
Descarga archivos de extensión Jmol Tutorial Creator++ en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Jmol Tutorial Creator++ |
ID | aejinhhnclkjbmgknhgghkjkaaolpgkj |
URL Oficial | https://chromewebstore.google.com/detail/jmol-tutorial-creator++/aejinhhnclkjbmgknhgghkjkaaolpgkj |
Descripción | For better, annoyance-free molecular tutorials. |
Tamaño del Archivo | 46.6 KB |
Cantidad de Instalaciones | 198 |
Versión Actual | 1.1 |
Última Actualización | 2020-06-04 |
Fecha de Publicación | 2020-06-03 |
Desarrollador | Ian Morrill |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } |