Deep to **_Deep_**

Experience deep memes.

Wat is Deep to **_Deep_**?

Deep to **_Deep_** is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Experience deep memes.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Deep to **_Deep_**

Download Deep to **_Deep_**-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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)                    

Basisinformatie over de Extensie

Naam Deep to **_Deep_** Deep to **_Deep_**
ID oeopkbldgfniapfbapjlndbempenoink
Officiële URL https://chromewebstore.google.com/detail/deep-to-deep/oeopkbldgfniapfbapjlndbempenoink
Beschrijving Experience deep memes.
Bestandsgrootte 13.04 KB
Aantal Installaties 13
Huidige Versie 1.1
Laatst Bijgewerkt 2017-03-01
Publicatiedatum 2017-02-28
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Ondersteunde Talen 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"
        }
    ]
}