Jmol Tutorial Creator++
For better, annoyance-free molecular tutorials.
什麼是Jmol Tutorial Creator++?
Jmol Tutorial Creator++是由Ian Morrill開發的Chrome擴展程式,該擴展的主要功能是“For better, annoyance-free molecular tutorials.”。
擴展截圖
下載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++ |
ID | aejinhhnclkjbmgknhgghkjkaaolpgkj |
官方網址 | 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" ] } |