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 |
Eメール | [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" ] } |