BioChemTools

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

Was ist BioChemTools?

BioChemTools ist eine Chrome-Erweiterung, die von mgeleeming entwickelt wurde, und ihr Hauptmerkmal ist "Presents a right-click menu with a range of chemistry and protein analysis options".

Erweiterungsscreenshots

screenshot

BioChemTools-Erweiterungs-CRX-Datei herunterladen

Laden Sie BioChemTools-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name BioChemTools BioChemTools
ID dlmnofedhmdhflhhbbpjfllfigaocaka
Offizielle URL https://chromewebstore.google.com/detail/biochemtools/dlmnofedhmdhflhhbbpjfllfigaocaka
Beschreibung Presents a right-click menu with a range of chemistry and protein analysis options
Dateigröße 8.26 KB
Installationsanzahl 69
Aktuelle Version 0.1
Letztes Update 2021-04-11
Veröffentlichungsdatum 2021-04-11
Entwickler mgeleeming
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}