Jmol Tutorial Creator++

For better, annoyance-free molecular tutorials.

Jmol Tutorial Creator++คืออะไร?

Jmol Tutorial Creator++ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ian Morrill และคุณลักษณะหลักของมันคือ "For better, annoyance-free molecular tutorials."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Jmol Tutorial Creator++

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    ]
}