BioChemTools

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

Cos'è BioChemTools?

BioChemTools è un'estensione di Chrome sviluppata da mgeleeming, e la sua funzione principale è "Presents a right-click menu with a range of chemistry and protein analysis options".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione BioChemTools

Scarica i file di estensione BioChemTools in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome BioChemTools BioChemTools
ID dlmnofedhmdhflhhbbpjfllfigaocaka
URL Ufficiale https://chromewebstore.google.com/detail/biochemtools/dlmnofedhmdhflhhbbpjfllfigaocaka
Descrizione Presents a right-click menu with a range of chemistry and protein analysis options
Dimensione del File 8.26 KB
Conteggio Installazioni 69
Versione Corrente 0.1
Ultimo Aggiornamento 2021-04-11
Data di Pubblicazione 2021-04-11
Sviluppatore mgeleeming
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}