BioChemTools
Presents a right-click menu with a range of chemistry and protein analysis options
Wat is BioChemTools?
BioChemTools is een Chrome-extensie ontwikkeld door mgeleeming, en de belangrijkste functie is "Presents a right-click menu with a range of chemistry and protein analysis options".
Extensie Screenshots
Download het CRX-bestand van de extensie BioChemTools
Download BioChemTools-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | dlmnofedhmdhflhhbbpjfllfigaocaka |
| Officiële URL | https://chromewebstore.google.com/detail/biochemtools/dlmnofedhmdhflhhbbpjfllfigaocaka |
| Beschrijving | Presents a right-click menu with a range of chemistry and protein analysis options |
| Bestandsgrootte | 8.26 KB |
| Aantal Installaties | 69 |
| Huidige Versie | 0.1 |
| Laatst Bijgewerkt | 2021-04-11 |
| Publicatiedatum | 2021-04-11 |
| Ontwikkelaar | mgeleeming |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
} | |