FAIRshake

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

FAIRshake là gì?

FAIRshake là một tiện ích mở rộng Chrome được phát triển bởi maayanlabapps, và tính năng chính của nó là "Get the FAIR score and submit a FAIR assessment for any biomedical digital object right from its homepage.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng FAIRshake

Tải xuống các tệp mở rộng FAIRshake dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên FAIRshake FAIRshake
ID pihohcecpiomegpagadljmdifpbkhnjn
URL Chính Thức https://chromewebstore.google.com/detail/fairshake/pihohcecpiomegpagadljmdifpbkhnjn
Mô tả Get the FAIR score and submit a FAIR assessment for any biomedical digital object right from its homepage.
Kích Thước Tệp 185 KB
Số Lần Cài Đặt 87
Phiên Bản Hiện Tại 3.0
Cập Nhật Lần Cuối 2020-10-12
Ngày Phát Hành 2018-09-01
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển maayanlabapps
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://fairshake.cloud
URL Trang Trợ Giúp https://fairshake.cloud
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}