Gene Info

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

什么是Gene Info?

Gene Info是由https://gene-info.org开发的Chrome扩展程序,该扩展的主要功能是“View gene information by double clicking a gene name or accession on any webpage.”。

扩展截图

screenshot
screenshot
screenshot

下载Gene Info扩展crx文件

下载Gene Info扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Gene Info Gene Info
ID jggendahejbhkghnachhlomkkheomchp
官方URL https://chromewebstore.google.com/detail/gene-info/jggendahejbhkghnachhlomkkheomchp
简介 View gene information by double clicking a gene name or accession on any webpage.
文件大小 91.44 KB
安装次数 2,356
当前版本 1.8.3
更新时间 2022-02-17
上架时间 2020-03-17
评分 5.00/5 共14次评分
开发者 https://gene-info.org
电子邮箱 [email protected]
付费类型 free
扩展官网 https://gene-info.org
帮助页面URL https://github.com/knightjdr/gene-info/issues
支持的语言 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"
    ]
}