Googlifier
Add googly eyes to photos on sites you browse! Tweet your best with #googlifier! Created by @stephanwozniak with help from mtschirs.
什么是Googlifier?
Googlifier是由Steve Wozniak开发的Chrome扩展程序,该扩展的主要功能是“Add googly eyes to photos on sites you browse! Tweet your best with #googlifier! Created by @stephanwozniak with help from mtschirs.”。
扩展截图
下载Googlifier扩展crx文件
下载Googlifier扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Googlifier will locate eyes in photos loaded in your current browser tab and stick a googly eye on 'em. Or try, anyway.
Press contact: [email protected]
As seen on ABC News, CNET, Yahoo, AV Club, and endorsed by Pee-Wee Herman (seriously!).
You can save photos that have been googlified just like any normal picture online. Tweet 'em with hashtag #googlifier!
Thanks to mtschirs (https://github.com/mtschirs) for both his contributions to Googlifer as well as his work overall on js-objectdetect, as this whole extension relies on accurate object detection.
All registered copyrights and trademarks in the examples are property of their respective owners. 扩展基本信息
| 名称 | |
| ID | lblbdlideidphhfofbpocigbkkhingfg |
| 官方URL | https://chromewebstore.google.com/detail/googlifier/lblbdlideidphhfofbpocigbkkhingfg |
| 简介 | Add googly eyes to photos on sites you browse! Tweet your best with #googlifier! Created by @stephanwozniak with help from mtschirs. |
| 文件大小 | 140 KB |
| 安装次数 | 4,792 |
| 当前版本 | 1.1.0 |
| 更新时间 | 2018-10-03 |
| 上架时间 | 2018-10-02 |
| 评分 | 4.20/5 共51次评分 |
| 开发者 | Steve Wozniak |
| 付费类型 | free |
| 扩展官网 | https://twitter.com/stephanwozniak |
| 帮助页面URL | https://twitter.com/stephanwozniak |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Googlifier",
"version": "1.1.0",
"description": "Add googly eyes to photos on sites you browse! Tweet your best with #googlifier! Created by @stephanwozniak with help from mtschirs.",
"icons": {
"128": "icons\/icon128.png",
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png"
},
"author": "@stephanwozniak",
"background": {
"persistent": false,
"scripts": [
"libs\/objectdetect.js",
"libs\/objectdetect.eye.js",
"libs\/objectdetect.frontalface_alt.js",
"src\/background.js"
]
},
"browser_action": {
"name": "Click to Googlify",
"default_icon": "icons\/icon48.png"
},
"permissions": [
" | |