Deep to **_Deep_**

Experience deep memes.

Vad är Deep to **_Deep_**?

Deep to **_Deep_** är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Experience deep memes.".

Tilläggsskärmbilder

screenshot

Ladda ner Deep to **_Deep_**-förlängningens CRX-fil

Ladda ner Deep to **_Deep_**-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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)                    

Grundläggande Information om Tillägg

Namn Deep to **_Deep_** Deep to **_Deep_**
ID oeopkbldgfniapfbapjlndbempenoink
Officiell webbadress https://chromewebstore.google.com/detail/deep-to-deep/oeopkbldgfniapfbapjlndbempenoink
Beskrivning Experience deep memes.
Filstorlek 13.04 KB
Antal Installationer 13
Aktuell Version 1.1
Senast Uppdaterad 2017-03-01
Publiceringsdatum 2017-02-28
Betyg 5.00/5 Totalt 4 Betyg
Utvecklare Unknown
Betalningssätt free
Stödda Språk 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"
        }
    ]
}