Genotify

This extension allows for in-text referencing of gene symbols.

Qu'est-ce que Genotify ?

Genotify est une extension Chrome développée par Mo Alawi, et sa fonction principale est "This extension allows for in-text referencing of gene symbols.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

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

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

                        Googling a gene every few minutes just to get a basic summary gets old, doesn't it?

This extension alleviates that annoyance by allowing for convenient, in-text referencing of gene symbols. All you have to do is highlight a human gene symbol. The extension will then check Gencode 19 human gene annotations to determine the UniProt ID for the gene. Basic information such as the full gene name and protein function are pulled from the UniProtKB database and displayed in a small blurb above the highlighted gene symbol within about a second.

Source: https://github.com/melalawi/Genotify

E-mail Jared ([email protected]) or Mo ([email protected]) with comments, concerns, questions, or suggestions.

Thanks to UniProt and Gencode for existing:

The UniProt Consortium UniProt: a hub for protein information Nucleic Acids Res. 43: D204-D212 (2015).

GENCODE: the reference human genome annotation for The ENCODE Project. Harrow J et al. Genome research 2012;22;9;1760-74 PUBMED: 22955987; PMC: 3431492; DOI: 10.1101/gr.135350.111                    

Informations de Base sur l'Extension

Nom Genotify Genotify
ID mjlnpmhdfpdgcapoggcinelpooediipn
URL Officiel https://chromewebstore.google.com/detail/genotify/mjlnpmhdfpdgcapoggcinelpooediipn
Description This extension allows for in-text referencing of gene symbols.
Taille du Fichier 564 KB
Nombre d'Installations 323
Version Actuelle 1.1.0
Dernière Mise à Jour 2022-03-01
Date de Publication 2020-03-24
Évaluation 5.00/5 Total 3 Évaluations
Développeur Mo Alawi
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://itsmo.me/
URL de la Page d'Aide https://github.com/melalawi/Genotify
URL de la Page de Politique de Confidentialité https://ostrichtools.com/p/GlobalTwitchEmotes
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Genotify",
    "short_name": "Genotify",
    "description": "This extension allows for in-text referencing of gene symbols.",
    "version": "1.1.0",
    "icons": {
        "16": "logo\/icon16.png",
        "48": "logo\/icon48.png",
        "128": "logo\/icon128.png"
    },
    "background": {
        "scripts": [
            ".\/lib\/deferred.js",
            ".\/lib\/background.js",
            ".\/lib\/chromeBackground.js"
        ],
        "persistent": true
    },
    "web_accessible_resources": [
        "data\/images\/loading.gif"
    ],
    "permissions": [
        "storage",
        "activeTab",
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "browser_action": {
        "default_icon": "data\/images\/Icon.png",
        "default_popup": "data\/html\/options.html",
        "default_title": "Genotify Options"
    }
}