Doppelganger by VisageCloud

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

Apa itu Doppelganger by VisageCloud?

Doppelganger by VisageCloud adalah ekstensi Chrome yang dikembangkan oleh https://visagecloud.com, dan fitur utamanya adalah "Find the actor or actress you look like most from any picture.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Doppelganger by VisageCloud

Unduh file ekstensi Doppelganger by VisageCloud dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Doppelganger by VisageCloud Doppelganger by VisageCloud
ID gbpgnjkglihhdjjedjkbnhegkflgglnk
URL Resmi https://chromewebstore.google.com/detail/doppelganger-by-visageclo/gbpgnjkglihhdjjedjkbnhegkflgglnk
Deskripsi Find the actor or actress you look like most from any picture.
Ukuran File 49.01 KB
Jumlah Instalasi 20
Versi Saat Ini 1.1
Terakhir Diperbarui 2017-02-25
Tanggal Publikasi 2017-02-25
Penilaian 5.00/5 Total 1 Penilaian
Pengembang https://visagecloud.com
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi http://visagecloud.com/privacy-policy
Bahasa yang Didukung 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"
}