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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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