BioChemTools
Presents a right-click menu with a range of chemistry and protein analysis options
ما هو BioChemTools؟
BioChemTools هو إضافة Chrome تم تطويرها بواسطة mgeleeming، والميزة الرئيسية لها هي "Presents a right-click menu with a range of chemistry and protein analysis options".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة BioChemTools
قم بتنزيل ملفات الامتداد BioChemTools بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
                        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"
    ]
}  |  |