View proteins with NGL viewer
Easily open PDB files within your browser and use NGL viewer to interact with your proteins
什么是View proteins with NGL viewer?
View proteins with NGL viewer是由mickeyjhg开发的Chrome扩展程序,该扩展的主要功能是“Easily open PDB files within your browser and use NGL viewer to interact with your proteins”。
扩展截图
下载View proteins with NGL viewer扩展crx文件
下载View proteins with NGL viewer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Open and view protein structures anywhere within Chrome
扩展基本信息
名称 | View proteins with NGL viewer |
ID | hpghdephdjllllmgeajhilkmkdbfmeal |
官方URL | https://chromewebstore.google.com/detail/view-proteins-with-ngl-vi/hpghdephdjllllmgeajhilkmkdbfmeal |
简介 | Easily open PDB files within your browser and use NGL viewer to interact with your proteins |
文件大小 | 382 KB |
安装次数 | 51 |
当前版本 | 0.1 |
更新时间 | 2021-02-15 |
上架时间 | 2021-02-15 |
开发者 | mickeyjhg |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" ] } |