Mastermind Search Companion
The Mastermind Search Companion augments your gene and variant searches with articles citing your gene or variant from Mastermind.
Mastermind Search Companion란 무엇입니까?
Mastermind Search Companion은(는) https://genomenon.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The Mastermind Search Companion augments your gene and variant searches with articles citing your gene or variant from Mastermind."입니다.
확장 프로그램 스크린샷
Mastermind Search Companion 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Mastermind Search Companion is used with the Mastermind Genomic Search Engine to optimize genomic variant research and interpretation by seamlessly integrating with the sites you already use. With Search Companion, you can: Easily view helpful gene and variant information in the new sliding drawer tab with links to the evidence in Mastermind Speed up your existing workflow without having to change it with the integrated display of Mastermind data in a variety of platforms you already use Find more articles for your search when using ClinVar, HGMD, dbSNP, old dbSNP, OMIM, COSMIC, CIViC, UCSC Browser, Google Scholar, Google, VarSome, GeneCards, NCBI, Gnomad, SNPedia, and OncoKB by tapping into Mastermind data Quickly compare Mastermind search results with results from the other platforms For more information about Mastermind, visit the Mastermind Genomic Search Engine page: https://www.genomenon.com/mastermind/ Platforms ClinVar HGMD dbSNP (new) dbSNP (old) OMIM COSMIC CIViC UCSC Browser Google Scholar Google VarSome GeneCards NCBI Gnomad SNPedia OncoKB
확장 프로그램 기본 정보
이름 | |
ID | afjaifocdahgfpfgepaniahacjjoeeli |
공식 URL | https://chromewebstore.google.com/detail/mastermind-search-compani/afjaifocdahgfpfgepaniahacjjoeeli |
설명 | The Mastermind Search Companion augments your gene and variant searches with articles citing your gene or variant from Mastermind. |
파일 크기 | 2.36 MB |
설치 횟수 | 2,389 |
현재 버전 | 2.0 |
최근 업데이트 | 2022-01-13 |
출시 날짜 | 2019-06-07 |
평점 | 5.00/5 총 13 개의 평점 |
개발자 | https://genomenon.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.genomenon.com/mastermind/?utm_source=chromewebstore |
도움말 페이지 URL | https://www.genomenon.com/contact/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Mastermind Search Companion", "short_name": "Mastermind", "version": "2.0", "manifest_version": 3, "description": "The Mastermind Search Companion augments your gene and variant searches with articles citing your gene or variant from Mastermind.", "icons": { "16": "mm16.png", "48": "mm48.png", "128": "mm128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "run_at": "document_idle", "js": [ "content_scripts.js", "drawer.js" ], "all_frames": true } ], "background": { "service_worker": "service_worker.js" }, "action": { "default_icon": "mm48.png" }, "options_ui": { "page": "options.html" }, "permissions": [ "storage", "tabs" ], "host_permissions": [ "http:\/\/*\/", "https:\/\/*\/" ], "web_accessible_resources": [ { "resources": [ "*.png", "*.svg" ], "matches": [ " |