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."입니다.
확장 프로그램 스크린샷
Gene Info 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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": [ " |