Googlifier

Add googly eyes to photos on sites you browse! Tweet your best with #googlifier! Created by @stephanwozniak with help from mtschirs.

O que é Googlifier?

Googlifier é uma extensão do Chrome desenvolvida por Steve Wozniak, e sua principal característica é "Add googly eyes to photos on sites you browse! Tweet your best with #googlifier! Created by @stephanwozniak with help from mtschirs.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Googlifier

Baixe arquivos de extensão Googlifier no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Googlifier Googlifier
ID lblbdlideidphhfofbpocigbkkhingfg
URL Oficial https://chromewebstore.google.com/detail/googlifier/lblbdlideidphhfofbpocigbkkhingfg
Descrição Add googly eyes to photos on sites you browse! Tweet your best with #googlifier! Created by @stephanwozniak with help from mtschirs.
Tamanho do Arquivo 140 KB
Contagem de Instalações 4,792
Versão Atual 1.1.0
Última Atualização 2018-10-03
Data de Publicação 2018-10-02
Classificação 4.20/5 Total de 51 Avaliações
Desenvolvedor Steve Wozniak
Tipo de Pagamento free
Site da Extensão https://twitter.com/stephanwozniak
URL da Página de Ajuda https://twitter.com/stephanwozniak
Idiomas Suportados 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": [
        ""
    ]
}