FAIR-biomed

Open data resources in the biomedical domain

Was ist FAIR-biomed?

FAIR-biomed ist eine Chrome-Erweiterung, die von fair.ext entwickelt wurde, und ihr Hauptmerkmal ist "Open data resources in the biomedical domain".

Erweiterungsscreenshots

screenshot

FAIR-biomed-Erweiterungs-CRX-Datei herunterladen

Laden Sie FAIR-biomed-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

                        Vasts amounts of biomedical data are stored in open databases and knowledge-bases. Data in these resources are intended to be findable, accessible, interoperable, and reusable (FAIR). However, integrating relevant parts within a specific project can be a challenge. FAIR-biomed works inside the browser to bring open data directly to specific research situations. 

On any page in the browser, highlight some text. Press Ctr+Shift+Z or open a context menu (right-click) and select FAIR-biomed. A new box should appear prompting you to choose a data source to query.

Starting from a gene name, for example, you can fetch a general summary from NCBI Gene, related publications from PubMed or Europe PMC, mouse phenotypes from the International Mouse Phenotyping Consortium, or pathways from Reactome. The extension provides links to 20+ resources.                    

Grundlegende Informationen zur Erweiterung

Name FAIR-biomed FAIR-biomed
ID kaacnnmpcdbebmkbcddpckgpgphhcdhn
Offizielle URL https://chromewebstore.google.com/detail/fair-biomed/kaacnnmpcdbebmkbcddpckgpgphhcdhn
Beschreibung Open data resources in the biomedical domain
Dateigröße 895 KB
Installationsanzahl 225
Aktuelle Version 0.2.3
Letztes Update 2022-06-21
Veröffentlichungsdatum 2020-06-17
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler fair.ext
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://fair-biomed.github.io/
Hilfeseite URL https://github.com/FAIR-biomed/FAIR-biomed/issues
URL der Datenschutzrichtlinien-Seite https://fair-biomed.github.io/privacy
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FAIR-biomed",
    "short_name": "FAIR-biomed",
    "version": "0.2.3",
    "description": "Open data resources in the biomedical domain",
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "library\/logo\/*",
                "resources\/fa\/*",
                "resources\/images\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "service_worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/fair.css"
            ],
            "js": [
                "resources\/bundle.js",
                "js\/common.js",
                "js\/content.js"
            ]
        }
    ],
    "options_page": "html\/options.html",
    "action": {
        "default_popup": "html\/popup.html",
        "default_action": {
            "32": "resources\/images\/fair-biomed-32.png",
            "128": "resources\/images\/fair-biomed-128.png"
        }
    },
    "icons": {
        "32": "resources\/images\/fair-biomed-32.png",
        "128": "resources\/images\/fair-biomed-128.png"
    },
    "manifest_version": 3
}