WHAT - Websites for Health Assessment Tool

This extension assesses trustfulness of medical sources based on users and medical experts votes.

WHAT - Websites for Health Assessment Tool là gì?

WHAT - Websites for Health Assessment Tool là một tiện ích mở rộng Chrome được phát triển bởi dokato, và tính năng chính của nó là "This extension assesses trustfulness of medical sources based on users and medical experts votes.".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng WHAT - Websites for Health Assessment Tool

Tải xuống các tệp mở rộng WHAT - Websites for Health Assessment Tool 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

                        -----------------

According to the Office National Statistics, 54% of people in the UK are looking for health-related information online. The figures vary worldwide, but in the USA it might be even 80% according to NBC. However, not all medical information sources can be trusted.

Websites for Health Assessment Tool plug-in is here to help you!

This extension allows to assess the credibility of medical information online. It gives the websites scores from 0 to 10 based on averaged responses of medical experts and other Internet users.

The project was created by Health-IT enthusiasts during NHS Hack 2020 in Cardiff and is fully open source.                    

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

Tên WHAT - Websites for Health Assessment Tool WHAT - Websites for Health Assessment Tool
ID maoedkipekbhpphphjmnmoccdgkkahfn
URL Chính Thức https://chromewebstore.google.com/detail/what-websites-for-health/maoedkipekbhpphphjmnmoccdgkkahfn
Mô tả This extension assesses trustfulness of medical sources based on users and medical experts votes.
Kích Thước Tệp 13.44 KB
Số Lần Cài Đặt 45
Phiên Bản Hiện Tại 0.0.5
Cập Nhật Lần Cuối 2020-03-30
Ngày Phát Hành 2020-03-27
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển dokato
Loại Thanh Toán free
Trang Web Mở Rộng https://dokato.shinyapps.io/WHAT
URL Trang Trợ Giúp https://github.com/dokato/healthcareonlinesources/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WHAT - Websites for Health Assessment Tool",
    "short_name": "WHAT",
    "version": "0.0.5",
    "description": "This extension assesses trustfulness of medical sources based on users and medical experts votes.",
    "icons": {
        "64": "images\/icon-def.png",
        "128": "images\/icon-logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Start",
        "default_icon": {
            "32": "images\/icon-def.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "notifications"
    ],
    "web_accessible_resources": [
        "data\/info.json"
    ],
    "manifest_version": 2
}