FAIRshake

Get the FAIR score and submit a FAIR assessment for any biomedical digital object right from its homepage.

FAIRshake란 무엇입니까?

FAIRshake은(는) maayanlabapps에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get the FAIR score and submit a FAIR assessment for any biomedical digital object right from its homepage."입니다.

확장 프로그램 스크린샷

screenshot

FAIRshake 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Making digital research objects more findable, accessible, interoperable and reusable (FAIR) is critical for realizing the opportunity of accelerated progress in research through data science. To begin addressing this challenge, the FAIR guiding principles were established. However, software to systematically assess, store, and display the FAIRness of biomedical digital objects is currently mostly not available. FAIRshake is a browser extension that enables the assessment of compliance of biomedical digital research objects with the FAIR guiding principles. In order to visually communicate FAIRness level, a 3x3 grid of colored squares, called the FAIR insignia, was developed. The FAIRness insignia identifies areas of strength and weakness in the FAIRness level of digital objects, guiding digital object producers on how to improve the FAIRness of their products. The Chrome extension provides easy access to display and perform FAIR assessments on any relevant web-site. FAIRShake is also a cloud-based application freely available at http://fairshake.cloud.                    

확장 프로그램 기본 정보

이름 FAIRshake FAIRshake
ID pihohcecpiomegpagadljmdifpbkhnjn
공식 URL https://chromewebstore.google.com/detail/fairshake/pihohcecpiomegpagadljmdifpbkhnjn
설명 Get the FAIR score and submit a FAIR assessment for any biomedical digital object right from its homepage.
파일 크기 185 KB
설치 횟수 87
현재 버전 3.0
최근 업데이트 2020-10-12
출시 날짜 2018-09-01
평점 5.00/5 총 1 개의 평점
개발자 maayanlabapps
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://fairshake.cloud
도움말 페이지 URL https://fairshake.cloud
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FAIRshake",
    "description": "Get the FAIR score and submit a FAIR assessment for any biomedical digital object right from its homepage.",
    "version": "3.0",
    "icons": {
        "16": "\/img\/icon-16.png",
        "32": "\/img\/icon-32.png",
        "48": "\/img\/icon-48.png",
        "96": "\/img\/icon-96.png",
        "128": "\/img\/icon-128.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs"
    ]
}