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”。
扩展截图
下载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. 扩展基本信息
| 名称 | |
| ID | dlmnofedhmdhflhhbbpjfllfigaocaka |
| 官方URL | 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"
]
} | |