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
官方網址 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:\/\/*\/"
    ]
}