BLAST for Chrome

Have you ever wanted to do BLAST searches straight from the address bar? Now you can!

BLAST for Chrome란 무엇입니까?

BLAST for Chrome은(는) Chiraag Kapadia에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Have you ever wanted to do BLAST searches straight from the address bar? Now you can!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

BLAST for Chrome 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        With the BLAST for Chrome extension, simply type "blast" in the address bar and then paste your DNA or protein sequence. Choose which BLAST program you want to use from the suggestions, and you're off! A BLAST query will be submitted with default settings and will open in a new tab, saving you the time of navigating through NCBI's BLAST webpages.

BLAST programs currently supported:
• blastn --  Search a nucleotide database using a nucleotide query
• blastp --  Search protein database using a protein query
• blastx --  Search protein database using a translated nucleotide query
• tblastn --  Search translated nucleotide database using a protein query
• blastn --  Search translated nucleotide database using a translated nucleotide query

If you find this extension useful, consider installing my other extension, DNA Helper.
Features will be added as requested. Happy BLASTing!                    

확장 프로그램 기본 정보

이름 BLAST for Chrome BLAST for Chrome
ID gjhaifmjoocnojkeiankddaoimodgmno
공식 URL https://chromewebstore.google.com/detail/blast-for-chrome/gjhaifmjoocnojkeiankddaoimodgmno
설명 Have you ever wanted to do BLAST searches straight from the address bar? Now you can!
파일 크기 37.74 KB
설치 횟수 314
현재 버전 1.0.0
최근 업데이트 2016-06-14
출시 날짜 2016-06-13
평점 4.25/5 총 4 개의 평점
개발자 Chiraag Kapadia
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BLAST for Chrome",
    "author": "Chiraag Kapadia",
    "version": "1.0.0",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "omnibox": {
        "keyword": "blast"
    },
    "description": "Have you ever wanted to do BLAST searches straight from the address bar? Now you can!",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "http:\/\/www.ncbi.nlm.nih.gov\/blast\/Blast.cgi"
    ],
    "short_name": "BLAST"
}