Gene Info

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

Gene Info क्या है?

Gene Info https://gene-info.org द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "View gene information by double clicking a gene name or accession on any webpage."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Gene Info एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}