Googlifier

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

Qu'est-ce que Googlifier ?

Googlifier est une extension Chrome développée par Steve Wozniak, et sa fonction principale est "Add googly eyes to photos on sites you browse! Tweet your best with #googlifier! Created by @stephanwozniak with help from mtschirs.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Googlifier

Téléchargez les fichiers d'extension Googlifier au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Googlifier Googlifier
ID lblbdlideidphhfofbpocigbkkhingfg
URL Officiel https://chromewebstore.google.com/detail/googlifier/lblbdlideidphhfofbpocigbkkhingfg
Description Add googly eyes to photos on sites you browse! Tweet your best with #googlifier! Created by @stephanwozniak with help from mtschirs.
Taille du Fichier 140 KB
Nombre d'Installations 4,792
Version Actuelle 1.1.0
Dernière Mise à Jour 2018-10-03
Date de Publication 2018-10-02
Évaluation 4.20/5 Total 51 Évaluations
Développeur Steve Wozniak
Type de Paiement free
Site Web de l'Extension https://twitter.com/stephanwozniak
URL de la Page d'Aide https://twitter.com/stephanwozniak
Langues Prises en Charge 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": [
        ""
    ]
}