View proteins with NGL viewer

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

Qu'est-ce que View proteins with NGL viewer ?

View proteins with NGL viewer est une extension Chrome développée par mickeyjhg, et sa fonction principale est "Easily open PDB files within your browser and use NGL viewer to interact with your proteins".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension View proteins with NGL viewer

Téléchargez les fichiers d'extension View proteins with NGL viewer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Open and view protein structures anywhere within Chrome                    

Informations de Base sur l'Extension

Nom View proteins with NGL viewer View proteins with NGL viewer
ID hpghdephdjllllmgeajhilkmkdbfmeal
URL Officiel https://chromewebstore.google.com/detail/view-proteins-with-ngl-vi/hpghdephdjllllmgeajhilkmkdbfmeal
Description Easily open PDB files within your browser and use NGL viewer to interact with your proteins
Taille du Fichier 382 KB
Nombre d'Installations 51
Version Actuelle 0.1
Dernière Mise à Jour 2021-02-15
Date de Publication 2021-02-15
Développeur mickeyjhg
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}