Jmol Tutorial Creator++
For better, annoyance-free molecular tutorials.
Jmol Tutorial Creator++ là gì?
Jmol Tutorial Creator++ là một tiện ích mở rộng Chrome được phát triển bởi Ian Morrill, và tính năng chính của nó là "For better, annoyance-free molecular tutorials.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Jmol Tutorial Creator++
Tải xuống các tệp mở rộng Jmol Tutorial Creator++ dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Jmol Tutorial Creator++ |
ID | aejinhhnclkjbmgknhgghkjkaaolpgkj |
URL Chính Thức | https://chromewebstore.google.com/detail/jmol-tutorial-creator++/aejinhhnclkjbmgknhgghkjkaaolpgkj |
Mô tả | For better, annoyance-free molecular tutorials. |
Kích Thước Tệp | 46.6 KB |
Số Lần Cài Đặt | 198 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2020-06-04 |
Ngày Phát Hành | 2020-06-03 |
Nhà Phát Triển | Ian Morrill |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |