Deep to **_Deep_**

Experience deep memes.

What is Deep to **_Deep_**?

Deep to **_Deep_** is a Chrome extension developed by Unknown, and its main feature is "Experience deep memes.".

Extension Screenshots

screenshot

Download Deep to **_Deep_** Extension CRX File

Download Deep to **_Deep_** extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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)                    

Extension Basic Information

Name Deep to **_Deep_** Deep to **_Deep_**
ID oeopkbldgfniapfbapjlndbempenoink
Official URL https://chromewebstore.google.com/detail/deep-to-deep/oeopkbldgfniapfbapjlndbempenoink
Description Experience deep memes.
File Size 13.04 KB
Installation Count 13
Current Version 1.1
Last Updated 2017-03-01
Publish Date 2017-02-28
Rating 5.00/5 Total 4 Ratings
Developer Unknown
Payment Type free
Supported Languages 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"
        }
    ]
}