Gene Info
View gene information by double clicking a gene name or accession on any webpage.
Was ist Gene Info?
Gene Info ist eine Chrome-Erweiterung, die von https://gene-info.org entwickelt wurde, und ihr Hauptmerkmal ist "View gene information by double clicking a gene name or accession on any webpage.".
Erweiterungsscreenshots
Gene Info-Erweiterungs-CRX-Datei herunterladen
Laden Sie Gene Info-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Gene Info |
ID | jggendahejbhkghnachhlomkkheomchp |
Offizielle URL | https://chromewebstore.google.com/detail/gene-info/jggendahejbhkghnachhlomkkheomchp |
Beschreibung | View gene information by double clicking a gene name or accession on any webpage. |
Dateigröße | 91.44 KB |
Installationsanzahl | 2,356 |
Aktuelle Version | 1.8.3 |
Letztes Update | 2022-02-17 |
Veröffentlichungsdatum | 2020-03-17 |
Bewertung | 5.00/5 Insgesamt 14 Bewertungen |
Entwickler | https://gene-info.org |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://gene-info.org |
Hilfeseite URL | https://github.com/knightjdr/gene-info/issues |
Unterstützte Sprachen | 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": [ " |