Jmol Tutorial Creator++

For better, annoyance-free molecular tutorials.

Jmol Tutorial Creator++とは何ですか?

Jmol Tutorial Creator++はIan Morrillによって開発されたChromeの拡張機能で、その主な機能は「For better, annoyance-free molecular tutorials.」です。

拡張機能のスクリーンショット

screenshot

Jmol Tutorial Creator++拡張機能のCRXファイルをダウンロード

Jmol Tutorial Creator++拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Jmol Tutorial Creator++ Jmol Tutorial Creator++
ID aejinhhnclkjbmgknhgghkjkaaolpgkj
公式URL https://chromewebstore.google.com/detail/jmol-tutorial-creator++/aejinhhnclkjbmgknhgghkjkaaolpgkj
説明 For better, annoyance-free molecular tutorials.
ファイルサイズ 46.6 KB
インストール数 198
現在のバージョン 1.1
最終更新日 2020-06-04
公開日 2020-06-03
開発者 Ian Morrill
Eメール [email protected]
支払い方法 free
対応言語 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"
    ]
}