View proteins with NGL viewer
Easily open PDB files within your browser and use NGL viewer to interact with your proteins
¿Qué es View proteins with NGL viewer?
View proteins with NGL viewer es una extensión de Chrome desarrollada por mickeyjhg, y su función principal es "Easily open PDB files within your browser and use NGL viewer to interact with your proteins".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión View proteins with NGL viewer
Descarga archivos de extensión View proteins with NGL viewer en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Open and view protein structures anywhere within Chrome
Información Básica de la Extensión
Nombre | View proteins with NGL viewer |
ID | hpghdephdjllllmgeajhilkmkdbfmeal |
URL Oficial | https://chromewebstore.google.com/detail/view-proteins-with-ngl-vi/hpghdephdjllllmgeajhilkmkdbfmeal |
Descripción | Easily open PDB files within your browser and use NGL viewer to interact with your proteins |
Tamaño del Archivo | 382 KB |
Cantidad de Instalaciones | 51 |
Versión Actual | 0.1 |
Última Actualización | 2021-02-15 |
Fecha de Publicación | 2021-02-15 |
Desarrollador | mickeyjhg |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } |