BLAST for Chrome
Have you ever wanted to do BLAST searches straight from the address bar? Now you can!
O que é BLAST for Chrome?
BLAST for Chrome é uma extensão do Chrome desenvolvida por Chiraag Kapadia, e sua principal característica é "Have you ever wanted to do BLAST searches straight from the address bar? Now you can!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão BLAST for Chrome
Baixe arquivos de extensão BLAST for Chrome no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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!
Informações Básicas da Extensão
Nome | BLAST for Chrome |
ID | gjhaifmjoocnojkeiankddaoimodgmno |
URL Oficial | https://chromewebstore.google.com/detail/blast-for-chrome/gjhaifmjoocnojkeiankddaoimodgmno |
Descrição | Have you ever wanted to do BLAST searches straight from the address bar? Now you can! |
Tamanho do Arquivo | 37.74 KB |
Contagem de Instalações | 314 |
Versão Atual | 1.0.0 |
Última Atualização | 2016-06-14 |
Data de Publicação | 2016-06-13 |
Classificação | 4.25/5 Total de 4 Avaliações |
Desenvolvedor | Chiraag Kapadia |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } |