Jmol Tutorial Creator++

For better, annoyance-free molecular tutorials.

Wat is Jmol Tutorial Creator++?

Jmol Tutorial Creator++ is een Chrome-extensie ontwikkeld door Ian Morrill, en de belangrijkste functie is "For better, annoyance-free molecular tutorials.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Jmol Tutorial Creator++

Download Jmol Tutorial Creator++-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Jmol Tutorial Creator++ Jmol Tutorial Creator++
ID aejinhhnclkjbmgknhgghkjkaaolpgkj
Officiële URL https://chromewebstore.google.com/detail/jmol-tutorial-creator++/aejinhhnclkjbmgknhgghkjkaaolpgkj
Beschrijving For better, annoyance-free molecular tutorials.
Bestandsgrootte 46.6 KB
Aantal Installaties 198
Huidige Versie 1.1
Laatst Bijgewerkt 2020-06-04
Publicatiedatum 2020-06-03
Ontwikkelaar Ian Morrill
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}