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란 무엇입니까?

WHAT - Websites for Health Assessment Tool은(는) dokato에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension assesses trustfulness of medical sources based on users and medical experts votes."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

WHAT - Websites for Health Assessment Tool 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

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.                    

확장 프로그램 기본 정보

이름 WHAT - Websites for Health Assessment Tool WHAT - Websites for Health Assessment Tool
ID maoedkipekbhpphphjmnmoccdgkkahfn
공식 URL https://chromewebstore.google.com/detail/what-websites-for-health/maoedkipekbhpphphjmnmoccdgkkahfn
설명 This extension assesses trustfulness of medical sources based on users and medical experts votes.
파일 크기 13.44 KB
설치 횟수 45
현재 버전 0.0.5
최근 업데이트 2020-03-30
출시 날짜 2020-03-27
평점 5.00/5 총 2 개의 평점
개발자 dokato
결제 유형 free
확장 프로그램 웹 사이트 https://dokato.shinyapps.io/WHAT
도움말 페이지 URL https://github.com/dokato/healthcareonlinesources/issues
지원되는 언어 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
}