Doppelganger by VisageCloud
Find the actor or actress you look like most from any picture.
什么是Doppelganger by VisageCloud?
Doppelganger by VisageCloud是由https://visagecloud.com开发的Chrome扩展程序,该扩展的主要功能是“Find the actor or actress you look like most from any picture.”。
扩展截图
下载Doppelganger by VisageCloud扩展crx文件
下载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 |
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" } |