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"
    ]
}