BaCON

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

BaCONとは何ですか?

BaCONはBaCONによって開発されたChromeの拡張機能で、その主な機能は「BaCON (Bioinformatic CONtext menus) adds a right-click menu, containing various quick-tools to use with selected biological data.」です。

拡張機能のスクリーンショット

screenshot
screenshot

BaCON拡張機能のCRXファイルをダウンロード

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"
    }
}