Gene Info

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

Gene Info là gì?

Gene Info là một tiện ích mở rộng Chrome được phát triển bởi https://gene-info.org, và tính năng chính của nó là "View gene information by double clicking a gene name or accession on any webpage.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Gene Info

Tải xuống các tệp mở rộng Gene Info dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Gene Info Gene Info
ID jggendahejbhkghnachhlomkkheomchp
URL Chính Thức https://chromewebstore.google.com/detail/gene-info/jggendahejbhkghnachhlomkkheomchp
Mô tả View gene information by double clicking a gene name or accession on any webpage.
Kích Thước Tệp 91.44 KB
Số Lần Cài Đặt 2,356
Phiên Bản Hiện Tại 1.8.3
Cập Nhật Lần Cuối 2022-02-17
Ngày Phát Hành 2020-03-17
Đánh Giá 5.00/5 Tổng số 14 Đánh Giá
Nhà Phát Triển https://gene-info.org
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://gene-info.org
URL Trang Trợ Giúp https://github.com/knightjdr/gene-info/issues
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}