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
公式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
Eメール [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"
}