BLAST for Chrome
Have you ever wanted to do BLAST searches straight from the address bar? Now you can!
Cos'è BLAST for Chrome?
BLAST for Chrome è un'estensione di Chrome sviluppata da Chiraag Kapadia, e la sua funzione principale è "Have you ever wanted to do BLAST searches straight from the address bar? Now you can!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione BLAST for Chrome
Scarica i file di estensione BLAST for Chrome in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | BLAST for Chrome |
ID | gjhaifmjoocnojkeiankddaoimodgmno |
URL Ufficiale | https://chromewebstore.google.com/detail/blast-for-chrome/gjhaifmjoocnojkeiankddaoimodgmno |
Descrizione | Have you ever wanted to do BLAST searches straight from the address bar? Now you can! |
Dimensione del File | 37.74 KB |
Conteggio Installazioni | 314 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2016-06-14 |
Data di Pubblicazione | 2016-06-13 |
Valutazione | 4.25/5 Totale 4 Valutazioni |
Sviluppatore | Chiraag Kapadia |
Tipo di Pagamento | free |
Lingue Supportate | 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" } |