Doppelganger by VisageCloud
Find the actor or actress you look like most from any picture.
Wat is Doppelganger by VisageCloud?
Doppelganger by VisageCloud is een Chrome-extensie ontwikkeld door https://visagecloud.com, en de belangrijkste functie is "Find the actor or actress you look like most from any picture.".
Extensie Screenshots
Download het CRX-bestand van de extensie Doppelganger by VisageCloud
Download Doppelganger by VisageCloud-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Doppelganger by VisageCloud |
ID | gbpgnjkglihhdjjedjkbnhegkflgglnk |
Officiële URL | https://chromewebstore.google.com/detail/doppelganger-by-visageclo/gbpgnjkglihhdjjedjkbnhegkflgglnk |
Beschrijving | Find the actor or actress you look like most from any picture. |
Bestandsgrootte | 49.01 KB |
Aantal Installaties | 20 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2017-02-25 |
Publicatiedatum | 2017-02-25 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://visagecloud.com |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | http://visagecloud.com/privacy-policy |
Ondersteunde Talen | 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" } |