View proteins with NGL viewer

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

Vad är View proteins with NGL viewer?

View proteins with NGL viewer är en Chrome-tillägg utvecklad av mickeyjhg, och dess huvudfunktion är "Easily open PDB files within your browser and use NGL viewer to interact with your proteins".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner View proteins with NGL viewer-förlängningens CRX-fil

Ladda ner View proteins with NGL viewer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Open and view protein structures anywhere within Chrome                    

Grundläggande Information om Tillägg

Namn View proteins with NGL viewer View proteins with NGL viewer
ID hpghdephdjllllmgeajhilkmkdbfmeal
Officiell webbadress https://chromewebstore.google.com/detail/view-proteins-with-ngl-vi/hpghdephdjllllmgeajhilkmkdbfmeal
Beskrivning Easily open PDB files within your browser and use NGL viewer to interact with your proteins
Filstorlek 382 KB
Antal Installationer 51
Aktuell Version 0.1
Senast Uppdaterad 2021-02-15
Publiceringsdatum 2021-02-15
Utvecklare mickeyjhg
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    ]
}