BioChemTools
Presents a right-click menu with a range of chemistry and protein analysis options
Hvad er BioChemTools?
BioChemTools er en Chrome-udvidelse udviklet af mgeleeming, og dens hovedfunktion er "Presents a right-click menu with a range of chemistry and protein analysis options".
Udvidelsesskærmbilleder
Download BioChemTools-udvidelses-CRX-fil
Download BioChemTools-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | dlmnofedhmdhflhhbbpjfllfigaocaka |
| Officiel URL | https://chromewebstore.google.com/detail/biochemtools/dlmnofedhmdhflhhbbpjfllfigaocaka |
| Beskrivelse | Presents a right-click menu with a range of chemistry and protein analysis options |
| Filstørrelse | 8.26 KB |
| Antal Installationer | 69 |
| Nuværende Version | 0.1 |
| Senest Opdateret | 2021-04-11 |
| Udgivelsesdato | 2021-04-11 |
| Udvikler | mgeleeming |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
]
} | |