Doppelganger by VisageCloud

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

Doppelganger by VisageCloudคืออะไร?

Doppelganger by VisageCloud เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://visagecloud.com และคุณลักษณะหลักของมันคือ "Find the actor or actress you look like most from any picture."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Doppelganger by VisageCloud

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
}