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."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Googlifier 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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": [
        ""
    ]
}