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.
拡張機能の基本情報
名前 | Googlifier |
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": [ " |