Jmol Tutorial Creator++
For better, annoyance-free molecular tutorials.
Jmol Tutorial Creator++ क्या है?
Jmol Tutorial Creator++ Ian Morrill द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "For better, annoyance-free molecular tutorials."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Jmol Tutorial Creator++ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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++ |
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" ] } |