Jmol Tutorial Creator++
For better, annoyance-free molecular tutorials.
Что такое Jmol Tutorial Creator++?
Jmol Tutorial Creator++ - это расширение Chrome, разработанное Ian Morrill, и его основная функция - "For better, annoyance-free molecular tutorials.".
Снимки экрана расширения
Скачать файл 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. Основная информация о расширении
| Название | |
| 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"
]
} | |