BioChemTools

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

什麼是BioChemTools?

BioChemTools是由mgeleeming開發的Chrome擴展程式,該擴展的主要功能是“Presents a right-click menu with a range of chemistry and protein analysis options”。

擴展截圖

screenshot

下載BioChemTools擴展crx文件

下載BioChemTools擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 BioChemTools BioChemTools
ID dlmnofedhmdhflhhbbpjfllfigaocaka
官方網址 https://chromewebstore.google.com/detail/biochemtools/dlmnofedhmdhflhhbbpjfllfigaocaka
簡介 Presents a right-click menu with a range of chemistry and protein analysis options
檔案大小 8.26 KB
安裝次數 69
目前版本 0.1
更新時間 2021-04-11
上架時間 2021-04-11
開發者 mgeleeming
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
    ]
}