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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    ]
}