Jmol Tutorial Creator++

For better, annoyance-free molecular tutorials.

Qu'est-ce que Jmol Tutorial Creator++ ?

Jmol Tutorial Creator++ est une extension Chrome développée par Ian Morrill, et sa fonction principale est "For better, annoyance-free molecular tutorials.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Jmol Tutorial Creator++

Téléchargez les fichiers d'extension Jmol Tutorial Creator++ 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

                        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.                    

Informations de Base sur l'Extension

Nom Jmol Tutorial Creator++ Jmol Tutorial Creator++
ID aejinhhnclkjbmgknhgghkjkaaolpgkj
URL Officiel https://chromewebstore.google.com/detail/jmol-tutorial-creator++/aejinhhnclkjbmgknhgghkjkaaolpgkj
Description For better, annoyance-free molecular tutorials.
Taille du Fichier 46.6 KB
Nombre d'Installations 198
Version Actuelle 1.1
Dernière Mise à Jour 2020-06-04
Date de Publication 2020-06-03
Développeur Ian Morrill
Email [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": 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"
    ]
}