BioChemTools
Presents a right-click menu with a range of chemistry and protein analysis options
Vad är BioChemTools?
BioChemTools är en Chrome-tillägg utvecklad av mgeleeming, och dess huvudfunktion är "Presents a right-click menu with a range of chemistry and protein analysis options".
Tilläggsskärmbilder
Ladda ner BioChemTools-förlängningens CRX-fil
Ladda ner BioChemTools-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | dlmnofedhmdhflhhbbpjfllfigaocaka |
| Officiell webbadress | https://chromewebstore.google.com/detail/biochemtools/dlmnofedhmdhflhhbbpjfllfigaocaka |
| Beskrivning | Presents a right-click menu with a range of chemistry and protein analysis options |
| Filstorlek | 8.26 KB |
| Antal Installationer | 69 |
| Aktuell Version | 0.1 |
| Senast Uppdaterad | 2021-04-11 |
| Publiceringsdatum | 2021-04-11 |
| Utvecklare | mgeleeming |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
]
} | |