Deep to **_Deep_**

Experience deep memes.

Cos'è Deep to **_Deep_**?

Deep to **_Deep_** è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Experience deep memes.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Deep to **_Deep_**

Scarica i file di estensione Deep to **_Deep_** in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Machine learning is not only the hot, new thing in the field of computer science, but also the fastest growing meme on the internet. Take part in the future by enhancing your web browsing experience with deep neural memes. This extension is compatible with deep TensorFlow, deep Bayesian networks, deep SVM, and deep classifiers. (does not work with shallow variants)                    

Informazioni di Base sull'Estensione

Nome Deep to **_Deep_** Deep to **_Deep_**
ID oeopkbldgfniapfbapjlndbempenoink
URL Ufficiale https://chromewebstore.google.com/detail/deep-to-deep/oeopkbldgfniapfbapjlndbempenoink
Descrizione Experience deep memes.
Dimensione del File 13.04 KB
Conteggio Installazioni 13
Versione Corrente 1.1
Ultimo Aggiornamento 2017-03-01
Data di Pubblicazione 2017-02-28
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore Unknown
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Deep to **_Deep_**",
    "description": "Experience deep memes.",
    "version": "1.1",
    "browser_action": {
        "default_icon": "brain.png",
        "default_popup": "deep-popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "deep-meme.js"
            ],
            "run_at": "document_end"
        }
    ]
}