View proteins with NGL viewer

Easily open PDB files within your browser and use NGL viewer to interact with your proteins

O que é View proteins with NGL viewer?

View proteins with NGL viewer é uma extensão do Chrome desenvolvida por mickeyjhg, e sua principal característica é "Easily open PDB files within your browser and use NGL viewer to interact with your proteins".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão View proteins with NGL viewer

Baixe arquivos de extensão View proteins with NGL viewer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Open and view protein structures anywhere within Chrome                    

Informações Básicas da Extensão

Nome View proteins with NGL viewer View proteins with NGL viewer
ID hpghdephdjllllmgeajhilkmkdbfmeal
URL Oficial https://chromewebstore.google.com/detail/view-proteins-with-ngl-vi/hpghdephdjllllmgeajhilkmkdbfmeal
Descrição Easily open PDB files within your browser and use NGL viewer to interact with your proteins
Tamanho do Arquivo 382 KB
Contagem de Instalações 51
Versão Atual 0.1
Última Atualização 2021-02-15
Data de Publicação 2021-02-15
Desenvolvedor mickeyjhg
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}