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:\/\/*\/"
    ]
}