BaCON

BaCON (Bioinformatic CONtext menus) adds a right-click menu, containing various quick-tools to use with selected biological data.

Qu'est-ce que BaCON ?

BaCON est une extension Chrome développée par BaCON, et sa fonction principale est "BaCON (Bioinformatic CONtext menus) adds a right-click menu, containing various quick-tools to use with selected biological data.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension BaCON

Téléchargez les fichiers d'extension BaCON 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

                        BaCon is a chrome extension that gives you access to all kinds of bioinformatic tools in a handy right-click context menu. Whenever you select a sequence with your mouse and right-click on the selection, you will see the BaCON menu, containing a lot of tools both for nucleotide sequences and protein sequences. The tools you want to have in the menu is fully customizable and contains many commonly used tools, such as BLAST and many tools from the EMBOSS package. BaCON allows you to use these tools directly when you find an interesting sequence, without having to save it to file or finding the correct web site to enter your data. To use BaCON, just mark the sequence, right-click, and select your tool. That’s all there is to it.                    

Informations de Base sur l'Extension

Nom BaCON BaCON
ID fhhnkaiknjdobboabdjmgbbaggjiokja
URL Officiel https://chromewebstore.google.com/detail/bacon/fhhnkaiknjdobboabdjmgbbaggjiokja
Description BaCON (Bioinformatic CONtext menus) adds a right-click menu, containing various quick-tools to use with selected biological data.
Taille du Fichier 152 KB
Nombre d'Installations 204
Version Actuelle 1.2
Dernière Mise à Jour 2016-01-30
Date de Publication 2016-01-21
Évaluation 5.00/5 Total 3 Évaluations
Développeur BaCON
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BaCON",
    "description": "BaCON (Bioinformatic CONtext menus) adds a right-click menu, containing various quick-tools to use with selected biological data.",
    "version": "1.2",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "options_page": "options.html",
    "permissions": [
        "contextMenus",
        "storage",
        "",
        "clipboardWrite",
        "system.display",
        "tabs"
    ],
    "background": {
        "scripts": [
            "jquery-2.1.1.js",
            "context.js",
            "tools.js"
        ]
    },
    "icons": {
        "16": "helix.png",
        "128": "helix.png"
    }
}