Doppelganger by VisageCloud

Find the actor or actress you look like most from any picture.

Doppelganger by VisageCloud란 무엇입니까?

Doppelganger by VisageCloud은(는) https://visagecloud.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Find the actor or actress you look like most from any picture."입니다.

확장 프로그램 스크린샷

screenshot

Doppelganger by VisageCloud 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        By leveraging the VisageCloud face recognition API, Doppeleganger lets you find the actors or actresses most similar to people depicted in any photo.
Just right click on any picture, choose "Search in VisageCloud" and you'll see the results.                    

확장 프로그램 기본 정보

이름 Doppelganger by VisageCloud Doppelganger by VisageCloud
ID gbpgnjkglihhdjjedjkbnhegkflgglnk
공식 URL https://chromewebstore.google.com/detail/doppelganger-by-visageclo/gbpgnjkglihhdjjedjkbnhegkflgglnk
설명 Find the actor or actress you look like most from any picture.
파일 크기 49.01 KB
설치 횟수 20
현재 버전 1.1
최근 업데이트 2017-02-25
출시 날짜 2017-02-25
평점 5.00/5 총 1 개의 평점
개발자 https://visagecloud.com
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL http://visagecloud.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Doppelganger by VisageCloud",
    "shortName": "Doppelganger",
    "description": "Find the actor or actress you look like most from any picture.",
    "version": "1.1",
    "browser_action": {
        "default_icon": "VisageCloudLogo_256px.png",
        "default_popup": "popup.html"
    },
    "homepage_url": "http:\/\/visagecloud.com",
    "icons": {
        "16": "VisageCloudLogo_16px.png",
        "32": "VisageCloudLogo_32px.png",
        "64": "VisageCloudLogo_64px.png",
        "128": "VisageCloudLogo_128px.png",
        "256": "VisageCloudLogo_256px.png"
    },
    "background": {
        "scripts": [
            "main.js"
        ]
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ],
    "author": "VisageCloud"
}