BLAST for Chrome
Have you ever wanted to do BLAST searches straight from the address bar? Now you can!
Qu'est-ce que BLAST for Chrome ?
BLAST for Chrome est une extension Chrome développée par Chiraag Kapadia, et sa fonction principale est "Have you ever wanted to do BLAST searches straight from the address bar? Now you can!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension BLAST for Chrome
Téléchargez les fichiers d'extension BLAST for Chrome au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | BLAST for Chrome |
ID | gjhaifmjoocnojkeiankddaoimodgmno |
URL Officiel | https://chromewebstore.google.com/detail/blast-for-chrome/gjhaifmjoocnojkeiankddaoimodgmno |
Description | Have you ever wanted to do BLAST searches straight from the address bar? Now you can! |
Taille du Fichier | 37.74 KB |
Nombre d'Installations | 314 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2016-06-14 |
Date de Publication | 2016-06-13 |
Évaluation | 4.25/5 Total 4 Évaluations |
Développeur | Chiraag Kapadia |
Type de Paiement | free |
Langues Prises en Charge | 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" } |