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.
拡張機能の基本情報
名前 | BioChemTools |
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 |
Eメール | [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" ] } |