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文件

下載Doppelganger by VisageCloud擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
}