BLAST for Chrome

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

Co je BLAST for Chrome?

BLAST for Chrome je rozšíření Chrome vyvinuté Chiraag Kapadia, a jeho hlavní funkcí je „Have you ever wanted to do BLAST searches straight from the address bar? Now you can!“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření BLAST for Chrome

Stáhněte si soubory rozšíření BLAST for Chrome ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název BLAST for Chrome BLAST for Chrome
ID gjhaifmjoocnojkeiankddaoimodgmno
Oficiální URL https://chromewebstore.google.com/detail/blast-for-chrome/gjhaifmjoocnojkeiankddaoimodgmno
Popis Have you ever wanted to do BLAST searches straight from the address bar? Now you can!
Velikost souboru 37.74 KB
Počet instalací 314
Aktuální Verze 1.0.0
Poslední Aktualizace 2016-06-14
Datum Vydání 2016-06-13
Hodnocení 4.25/5 Celkem 4 Hodnocení
Vývojář Chiraag Kapadia
Typ Platby free
Podporované Jazyky 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"
}