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 là gì?

View proteins with NGL viewer là một tiện ích mở rộng Chrome được phát triển bởi mickeyjhg, và tính năng chính của nó là "Easily open PDB files within your browser and use NGL viewer to interact with your proteins".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng View proteins with NGL viewer

Tải xuống các tệp mở rộng View proteins with NGL viewer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Open and view protein structures anywhere within Chrome                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên View proteins with NGL viewer View proteins with NGL viewer
ID hpghdephdjllllmgeajhilkmkdbfmeal
URL Chính Thức https://chromewebstore.google.com/detail/view-proteins-with-ngl-vi/hpghdephdjllllmgeajhilkmkdbfmeal
Mô tả Easily open PDB files within your browser and use NGL viewer to interact with your proteins
Kích Thước Tệp 382 KB
Số Lần Cài Đặt 51
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2021-02-15
Ngày Phát Hành 2021-02-15
Nhà Phát Triển mickeyjhg
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}