BioChemTools

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

BioChemTools là gì?

BioChemTools là một tiện ích mở rộng Chrome được phát triển bởi mgeleeming, và tính năng chính của nó là "Presents a right-click menu with a range of chemistry and protein analysis options".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng BioChemTools

Tải xuống các tệp mở rộng BioChemTools 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

                        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.                    

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

Tên BioChemTools BioChemTools
ID dlmnofedhmdhflhhbbpjfllfigaocaka
URL Chính Thức https://chromewebstore.google.com/detail/biochemtools/dlmnofedhmdhflhhbbpjfllfigaocaka
Mô tả Presents a right-click menu with a range of chemistry and protein analysis options
Kích Thước Tệp 8.26 KB
Số Lần Cài Đặt 69
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2021-04-11
Ngày Phát Hành 2021-04-11
Nhà Phát Triển mgeleeming
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": "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"
    ]
}