FAIR-biomed

Open data resources in the biomedical domain

什麼是FAIR-biomed?

FAIR-biomed是由fair.ext開發的Chrome擴展程式,該擴展的主要功能是“Open data resources in the biomedical domain”。

擴展截圖

screenshot

下載FAIR-biomed擴展crx文件

下載FAIR-biomed擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 FAIR-biomed FAIR-biomed
ID kaacnnmpcdbebmkbcddpckgpgphhcdhn
官方網址 https://chromewebstore.google.com/detail/fair-biomed/kaacnnmpcdbebmkbcddpckgpgphhcdhn
簡介 Open data resources in the biomedical domain
檔案大小 895 KB
安裝次數 225
目前版本 0.2.3
更新時間 2022-06-21
上架時間 2020-06-17
評分 5.00/5 共 2 次評分
開發者 fair.ext
電子郵箱 [email protected]
付費類型 free
擴展官網 https://fair-biomed.github.io/
說明頁面URL https://github.com/FAIR-biomed/FAIR-biomed/issues
隱私政策頁面URL https://fair-biomed.github.io/privacy
支援的語言 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
}