View proteins with NGL viewer

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

Wat is View proteins with NGL viewer?

View proteins with NGL viewer is een Chrome-extensie ontwikkeld door mickeyjhg, en de belangrijkste functie is "Easily open PDB files within your browser and use NGL viewer to interact with your proteins".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie View proteins with NGL viewer

Download View proteins with NGL viewer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Open and view protein structures anywhere within Chrome                    

Basisinformatie over de Extensie

Naam View proteins with NGL viewer View proteins with NGL viewer
ID hpghdephdjllllmgeajhilkmkdbfmeal
Officiële URL https://chromewebstore.google.com/detail/view-proteins-with-ngl-vi/hpghdephdjllllmgeajhilkmkdbfmeal
Beschrijving Easily open PDB files within your browser and use NGL viewer to interact with your proteins
Bestandsgrootte 382 KB
Aantal Installaties 51
Huidige Versie 0.1
Laatst Bijgewerkt 2021-02-15
Publicatiedatum 2021-02-15
Ontwikkelaar mickeyjhg
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}