BioChemTools

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

What is BioChemTools?

BioChemTools is a Chrome extension developed by mgeleeming, and its main feature is "Presents a right-click menu with a range of chemistry and protein analysis options".

Extension Screenshots

screenshot

Download BioChemTools Extension CRX File

Download BioChemTools extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name BioChemTools BioChemTools
ID dlmnofedhmdhflhhbbpjfllfigaocaka
Official URL https://chromewebstore.google.com/detail/biochemtools/dlmnofedhmdhflhhbbpjfllfigaocaka
Description Presents a right-click menu with a range of chemistry and protein analysis options
File Size 8.26 KB
Installation Count 69
Current Version 0.1
Last Updated 2021-04-11
Publish Date 2021-04-11
Developer mgeleeming
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}