FAIRshake

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

Qu'est-ce que FAIRshake ?

FAIRshake est une extension Chrome développée par maayanlabapps, et sa fonction principale est "Get the FAIR score and submit a FAIR assessment for any biomedical digital object right from its homepage.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension FAIRshake

Téléchargez les fichiers d'extension FAIRshake au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom FAIRshake FAIRshake
ID pihohcecpiomegpagadljmdifpbkhnjn
URL Officiel https://chromewebstore.google.com/detail/fairshake/pihohcecpiomegpagadljmdifpbkhnjn
Description Get the FAIR score and submit a FAIR assessment for any biomedical digital object right from its homepage.
Taille du Fichier 185 KB
Nombre d'Installations 87
Version Actuelle 3.0
Dernière Mise à Jour 2020-10-12
Date de Publication 2018-09-01
Évaluation 5.00/5 Total 1 Évaluations
Développeur maayanlabapps
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://fairshake.cloud
URL de la Page d'Aide https://fairshake.cloud
Langues Prises en Charge 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"
    ]
}