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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The Mastermind Search Companion augments your gene and variant searches with articles citing your gene or variant from Mastermind."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Mastermind Search Companion एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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                    

एक्सटेंशन की मूल जानकारी

नाम Mastermind Search Companion Mastermind Search Companion
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": [
                ""
            ]
        }
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAusvtTFZfFFcuVrCj\/epmymIYjwILPmznc2e40UkcS6Ghn55tgVdQy\/01pD9OmbgvQQt\/LRnbvXDD65TDkpKr0bXSXraA8JV030IlQj\/u\/J7w8vCkxIsIyeKh04cnihyUNUll39nYsp7ikjKUMJiMT8uYUqcj8ptVUgpOVjgVJLKbat4+r18Q0mk4WN8p9f3guNuNB7dihtUTc3WGJ9AKwgHUb0eKRgvEo1Xxg5ptGnCw+D+IHVuX+WCm+WA2bJNQig8JWoipYmnpdiS+jPdwc81qlDSD7EWQdUWWSO+F9ZNdQI7hjYVJsl9stic0X5511enB1yOi4qWEH4XFFYstgwIDAQAB"
}