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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.opticomdataresearch.com, και η κύρια λειτουργία του είναι "Find skin cancer images on the web that are the most visually similar to your mole or skin lesion.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Skin Cancer Image Search
Λήψη αρχείων επέκτασης 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] Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| 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 |
| Ηλεκτρονικό ταχυδρομείο | [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"
]
} | |