View proteins with NGL viewer
Easily open PDB files within your browser and use NGL viewer to interact with your proteins
What is View proteins with NGL viewer?
View proteins with NGL viewer is a Chrome extension developed by mickeyjhg, and its main feature is "Easily open PDB files within your browser and use NGL viewer to interact with your proteins".
Extension Screenshots
Download View proteins with NGL viewer Extension CRX File
Download View proteins with NGL viewer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Open and view protein structures anywhere within Chrome
Extension Basic Information
Name | View proteins with NGL viewer |
ID | hpghdephdjllllmgeajhilkmkdbfmeal |
Official URL | https://chromewebstore.google.com/detail/view-proteins-with-ngl-vi/hpghdephdjllllmgeajhilkmkdbfmeal |
Description | Easily open PDB files within your browser and use NGL viewer to interact with your proteins |
File Size | 382 KB |
Installation Count | 51 |
Current Version | 0.1 |
Last Updated | 2021-02-15 |
Publish Date | 2021-02-15 |
Developer | mickeyjhg |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "View proteins with NGL viewer", "description": "Easily open PDB files within your browser and use NGL viewer to interact with your proteins", "background": { "scripts": [ "background.js" ] }, "version": "0.1", "icons": { "128": "icon_128.png" }, "browser_action": { "default_icon": "icon_128.png" }, "permissions": [ "contextMenus" ] } |