Gene Info

View gene information by double clicking a gene name or accession on any webpage.

Qu'est-ce que Gene Info ?

Gene Info est une extension Chrome développée par https://gene-info.org, et sa fonction principale est "View gene information by double clicking a gene name or accession on any webpage.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Gene Info

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

                        Double click on a gene name or supported accession to retrieve information about it and links to related resources.

Information can be displayed as a detailed report or as a minimal tooltip with links to outside resources.

The information displayed can be customized via the extension's popup menu.

Information is from UniProt, BioGRID, Compartments subcellular localization database, Cancer Dependency Map, Gene Ontology Consortium, HGNC, Human Protein Atlas, IntAct, OMIM, Pfam, ProteomicsDB and Reactome. Support is provided for human and model organism genes.

IMPORTANT:
 - reports will not open in tabs that were open prior to installation. After installing, reload any open tabs or restart Chrome.                    

Informations de Base sur l'Extension

Nom Gene Info Gene Info
ID jggendahejbhkghnachhlomkkheomchp
URL Officiel https://chromewebstore.google.com/detail/gene-info/jggendahejbhkghnachhlomkkheomchp
Description View gene information by double clicking a gene name or accession on any webpage.
Taille du Fichier 91.44 KB
Nombre d'Installations 2,356
Version Actuelle 1.8.3
Dernière Mise à Jour 2022-02-17
Date de Publication 2020-03-17
Évaluation 5.00/5 Total 14 Évaluations
Développeur https://gene-info.org
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://gene-info.org
URL de la Page d'Aide https://github.com/knightjdr/gene-info/issues
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Gene Info",
    "version": "1.8.3",
    "version_name": "1.8.3",
    "description": "View gene information by double clicking a gene name or accession on any webpage.",
    "icons": {
        "16": "icon\/icon16.png",
        "48": "icon\/icon48.png",
        "128": "icon\/icon128.png"
    },
    "author": "James Knight",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "icon\/icon16.png",
            "24": "icon\/icon24.png",
            "32": "icon\/icon32.png"
        },
        "default_title": "Gene Info",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}