BioChemTools

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

Apa itu BioChemTools?

BioChemTools adalah ekstensi Chrome yang dikembangkan oleh mgeleeming, dan fitur utamanya adalah "Presents a right-click menu with a range of chemistry and protein analysis options".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi BioChemTools

Unduh file ekstensi BioChemTools dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama BioChemTools BioChemTools
ID dlmnofedhmdhflhhbbpjfllfigaocaka
URL Resmi https://chromewebstore.google.com/detail/biochemtools/dlmnofedhmdhflhhbbpjfllfigaocaka
Deskripsi Presents a right-click menu with a range of chemistry and protein analysis options
Ukuran File 8.26 KB
Jumlah Instalasi 69
Versi Saat Ini 0.1
Terakhir Diperbarui 2021-04-11
Tanggal Publikasi 2021-04-11
Pengembang mgeleeming
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}