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 |
官方網址 | 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" ] } |