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.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Doppelganger by VisageCloud
قم بتنزيل ملفات الامتداد Doppelganger by VisageCloud بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
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 |
عنوان صفحة سياسة الخصوصية | 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" } |