Skin Cancer Image Search

Find skin cancer images on the web that are the most visually similar to your mole or skin lesion.

Skin Cancer Image Searchとは何ですか?

Skin Cancer Image Searchはhttps://www.opticomdataresearch.comによって開発されたChromeの拡張機能で、その主な機能は「Find skin cancer images on the web that are the most visually similar to your mole or skin lesion.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Skin Cancer Image Search拡張機能のCRXファイルをダウンロード

Skin Cancer Image Search拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        With a click of a button, this Chrome extension provides links to skin cancer (and non-cancer) images that are most similar to your own mole. The software analyzes similarities between your mole image and 100s of skin lesion images on the Internet. The software then displays links to skin lesions that may be similar to your mole. Currently the software's database includes 100s of images from 16 skin cancer websites and databases.

The software requires a (free) activation code. After installing the Chrome extension in your browser please enter one of the activation codes below:

January: 1970648 

February: 2957206 

March: 3943764 

April: 4930322 

May: 5916880 

June: 6903438 

July: 7889996 

August: 8876554 

September: 9863112 

October: 10849670 

November: 11836228 

December: 12822786

If you need help with the activation codes, please email us: [email protected]                    

拡張機能の基本情報

名前 Skin Cancer Image Search Skin Cancer Image Search
ID edmpbiamnlgdichailkadlagmbklhbpk
公式URL https://chromewebstore.google.com/detail/skin-cancer-image-search/edmpbiamnlgdichailkadlagmbklhbpk
説明 Find skin cancer images on the web that are the most visually similar to your mole or skin lesion.
ファイルサイズ 920 KB
インストール数 22
現在のバージョン 2.3
最終更新日 2018-11-10
公開日 2018-11-10
開発者 https://www.opticomdataresearch.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://www.opticomdataresearch.com/mobile/
ヘルプページのURL http://www.opticomdataresearch.com/mobile/skin-cancer-image-search.htm
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "description": "Find skin cancer images on the web that are the most visually similar to your mole or skin lesion.",
    "icons": {
        "128": "images\/icons\/icon-128.png",
        "16": "images\/icons\/icon-16.png",
        "32": "images\/icons\/icon-32.png",
        "48": "images\/icons\/icon-48.png"
    },
    "manifest_version": 2,
    "name": "Skin Cancer Image Search",
    "page_action": {
        "default_title": "Skin Cancer Image Search"
    },
    "permissions": [
        "declarativeContent",
        "activeTab",
        "storage",
        "http:\/\/*\/",
        "*:\/\/*\/*"
    ],
    "version": "2.3",
    "web_accessible_resources": [
        "images\/thumbnails\/*.jpg",
        "images\/*.png",
        "*.htm"
    ]
}