View proteins with NGL viewer

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

Co to jest View proteins with NGL viewer?

View proteins with NGL viewer to rozszerzenie Chrome opracowane przez mickeyjhg, a jego główną funkcją jest „Easily open PDB files within your browser and use NGL viewer to interact with your proteins”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia View proteins with NGL viewer

Pobierz pliki rozszerzeń View proteins with NGL viewer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Open and view protein structures anywhere within Chrome                    

Podstawowe informacje o rozszerzeniu

Nazwa View proteins with NGL viewer View proteins with NGL viewer
ID hpghdephdjllllmgeajhilkmkdbfmeal
Oficjalny URL https://chromewebstore.google.com/detail/view-proteins-with-ngl-vi/hpghdephdjllllmgeajhilkmkdbfmeal
Opis Easily open PDB files within your browser and use NGL viewer to interact with your proteins
Rozmiar pliku 382 KB
Liczba instalacji 51
Aktualna Wersja 0.1
Ostatnia Aktualizacja 2021-02-15
Data Publikacji 2021-02-15
Deweloper mickeyjhg
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    ]
}