BaCON

BaCON (Bioinformatic CONtext menus) adds a right-click menu, containing various quick-tools to use with selected biological data.

BaCONคืออะไร?

BaCON เป็นส่วนขยายของ Chrome ที่พัฒนาโดย BaCON และคุณลักษณะหลักของมันคือ "BaCON (Bioinformatic CONtext menus) adds a right-click menu, containing various quick-tools to use with selected biological data."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BaCON

ดาวน์โหลดไฟล์ส่วนขยาย BaCON ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        BaCon is a chrome extension that gives you access to all kinds of bioinformatic tools in a handy right-click context menu. Whenever you select a sequence with your mouse and right-click on the selection, you will see the BaCON menu, containing a lot of tools both for nucleotide sequences and protein sequences. The tools you want to have in the menu is fully customizable and contains many commonly used tools, such as BLAST and many tools from the EMBOSS package. BaCON allows you to use these tools directly when you find an interesting sequence, without having to save it to file or finding the correct web site to enter your data. To use BaCON, just mark the sequence, right-click, and select your tool. That’s all there is to it.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ BaCON BaCON
ID fhhnkaiknjdobboabdjmgbbaggjiokja
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/bacon/fhhnkaiknjdobboabdjmgbbaggjiokja
คำอธิบาย BaCON (Bioinformatic CONtext menus) adds a right-click menu, containing various quick-tools to use with selected biological data.
ขนาดไฟล์ 152 KB
จำนวนการติดตั้ง 204
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2016-01-30
วันที่เผยแพร่ 2016-01-21
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา BaCON
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BaCON",
    "description": "BaCON (Bioinformatic CONtext menus) adds a right-click menu, containing various quick-tools to use with selected biological data.",
    "version": "1.2",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "options_page": "options.html",
    "permissions": [
        "contextMenus",
        "storage",
        "",
        "clipboardWrite",
        "system.display",
        "tabs"
    ],
    "background": {
        "scripts": [
            "jquery-2.1.1.js",
            "context.js",
            "tools.js"
        ]
    },
    "icons": {
        "16": "helix.png",
        "128": "helix.png"
    }
}