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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://genomenon.com, και η κύρια λειτουργία του είναι "The Mastermind Search Companion augments your gene and variant searches with articles citing your gene or variant from Mastermind.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Mastermind Search Companion
Λήψη αρχείων επέκτασης Mastermind Search Companion σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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": [ " |