FAIR-biomed

Open data resources in the biomedical domain

FAIR-biomedคืออะไร?

FAIR-biomed เป็นส่วนขยายของ Chrome ที่พัฒนาโดย fair.ext และคุณลักษณะหลักของมันคือ "Open data resources in the biomedical domain"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FAIR-biomed

ดาวน์โหลดไฟล์ส่วนขยาย 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
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
}