View proteins with NGL viewer

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

Что такое View proteins with NGL viewer?

View proteins with NGL viewer - это расширение Chrome, разработанное mickeyjhg, и его основная функция - "Easily open PDB files within your browser and use NGL viewer to interact with your proteins".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения View proteins with NGL viewer

Скачайте файлы расширений View proteins with NGL viewer в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Open and view protein structures anywhere within Chrome                    

Основная информация о расширении

Название View proteins with NGL viewer View proteins with NGL viewer
ID hpghdephdjllllmgeajhilkmkdbfmeal
Официальный URL https://chromewebstore.google.com/detail/view-proteins-with-ngl-vi/hpghdephdjllllmgeajhilkmkdbfmeal
Описание Easily open PDB files within your browser and use NGL viewer to interact with your proteins
Размер файла 382 KB
Количество установок 51
Текущая Версия 0.1
Последнее Обновление 2021-02-15
Дата публикации 2021-02-15
Разработчик mickeyjhg
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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"
    ]
}