BioChemTools

Presents a right-click menu with a range of chemistry and protein analysis options

BioChemToolsคืออะไร?

BioChemTools เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mgeleeming และคุณลักษณะหลักของมันคือ "Presents a right-click menu with a range of chemistry and protein analysis options"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BioChemTools

ดาวน์โหลดไฟล์ส่วนขยาย BioChemTools ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        BioChemTools tools calculates a range of protein chemical mass and fragmentation properties. Highlight a chemical formula, protein UniProt identifier or protein primary sequence, right-click and select the corresponding entry from the BioChemTools menu. A new browser tab will open with your calculation results.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ BioChemTools BioChemTools
ID dlmnofedhmdhflhhbbpjfllfigaocaka
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/biochemtools/dlmnofedhmdhflhhbbpjfllfigaocaka
คำอธิบาย Presents a right-click menu with a range of chemistry and protein analysis options
ขนาดไฟล์ 8.26 KB
จำนวนการติดตั้ง 69
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2021-04-11
วันที่เผยแพร่ 2021-04-11
ผู้พัฒนา mgeleeming
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BioChemTools",
    "version": "0.1",
    "description": "Presents a right-click menu with a range of chemistry and protein analysis options",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "48": "small.png",
        "96": "large.png"
    },
    "permissions": [
        "contextMenus"
    ]
}