Doppelganger by VisageCloud
Find the actor or actress you look like most from any picture.
Qu'est-ce que Doppelganger by VisageCloud ?
Doppelganger by VisageCloud est une extension Chrome développée par https://visagecloud.com, et sa fonction principale est "Find the actor or actress you look like most from any picture.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Doppelganger by VisageCloud
Téléchargez les fichiers d'extension Doppelganger by VisageCloud au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Doppelganger by VisageCloud |
ID | gbpgnjkglihhdjjedjkbnhegkflgglnk |
URL Officiel | https://chromewebstore.google.com/detail/doppelganger-by-visageclo/gbpgnjkglihhdjjedjkbnhegkflgglnk |
Description | Find the actor or actress you look like most from any picture. |
Taille du Fichier | 49.01 KB |
Nombre d'Installations | 20 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2017-02-25 |
Date de Publication | 2017-02-25 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | https://visagecloud.com |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | http://visagecloud.com/privacy-policy |
Langues Prises en Charge | 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" } |