FAIR-biomed

Open data resources in the biomedical domain

FAIR-biomed là gì?

FAIR-biomed là một tiện ích mở rộng Chrome được phát triển bởi fair.ext, và tính năng chính của nó là "Open data resources in the biomedical domain".

Ả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 FAIR-biomed

Tải xuống các tệp mở rộng FAIR-biomed 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

                        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.                    

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

Tên FAIR-biomed FAIR-biomed
ID kaacnnmpcdbebmkbcddpckgpgphhcdhn
URL Chính Thức https://chromewebstore.google.com/detail/fair-biomed/kaacnnmpcdbebmkbcddpckgpgphhcdhn
Mô tả Open data resources in the biomedical domain
Kích Thước Tệp 895 KB
Số Lần Cài Đặt 225
Phiên Bản Hiện Tại 0.2.3
Cập Nhật Lần Cuối 2022-06-21
Ngày Phát Hành 2020-06-17
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển fair.ext
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://fair-biomed.github.io/
URL Trang Trợ Giúp https://github.com/FAIR-biomed/FAIR-biomed/issues
URL Trang Chính Sách Bảo Mật https://fair-biomed.github.io/privacy
Ngôn Ngữ Được Hỗ Trợ 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
}