Trueh - Trust e-health

evaluate trust health sites

什么是Trueh - Trust e-health?

Trueh - Trust e-health是由reinaldoccferro开发的Chrome扩展程序,该扩展的主要功能是“evaluate trust health sites”。

扩展截图

screenshot
screenshot
screenshot

下载Trueh - Trust e-health扩展crx文件

下载Trueh - Trust e-health扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        A Proposal for the evaluation of perception of trust of websites based on criteria such as interface, user experience and credibility.                    

扩展基本信息

名称 Trueh - Trust e-health Trueh - Trust e-health
ID ipgmoabdfmnpbhiafcoelaoghcgmhigm
官方URL https://chrome.google.com/webstore/detail/trueh-trust-e-health/ipgmoabdfmnpbhiafcoelaoghcgmhigm
简介 evaluate trust health sites
文件大小 377 KB
安装次数 11
当前版本 2.3.1
更新时间 2014-07-17
上架时间 2014-07-17
评分 4.33/5 共3次评分
开发者 reinaldoccferro
付费类型 free
扩展官网 http://trueh.web.ua.pt/index.php
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trueh - Trust e-health",
    "description": "evaluate trust health sites",
    "version": "2.3.1",
    "browser_action": {
        "default_icon": "icons\/icon_grey.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "currentUrl.js",
                "jquery-1.11.1.min.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "http:\/\/localhost\/trueh\/*",
        "http:\/\/localhost\/trueh\/check_url.php",
        "http:\/\/trueh.web.ua.pt\/*",
        ""
    ],
    "optional_permissions": [
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}