BioChemTools

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

Qu'est-ce que BioChemTools ?

BioChemTools est une extension Chrome développée par mgeleeming, et sa fonction principale est "Presents a right-click menu with a range of chemistry and protein analysis options".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension BioChemTools

Téléchargez les fichiers d'extension BioChemTools au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom BioChemTools BioChemTools
ID dlmnofedhmdhflhhbbpjfllfigaocaka
URL Officiel https://chromewebstore.google.com/detail/biochemtools/dlmnofedhmdhflhhbbpjfllfigaocaka
Description Presents a right-click menu with a range of chemistry and protein analysis options
Taille du Fichier 8.26 KB
Nombre d'Installations 69
Version Actuelle 0.1
Dernière Mise à Jour 2021-04-11
Date de Publication 2021-04-11
Développeur mgeleeming
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}