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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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
}