Deep to **_Deep_**

Experience deep memes.

Deep to **_Deep_** là gì?

Deep to **_Deep_** là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Experience deep memes.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Deep to **_Deep_**

Tải xuống các tệp mở rộng Deep to **_Deep_** dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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)                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Deep to **_Deep_** Deep to **_Deep_**
ID oeopkbldgfniapfbapjlndbempenoink
URL Chính Thức https://chromewebstore.google.com/detail/deep-to-deep/oeopkbldgfniapfbapjlndbempenoink
Mô tả Experience deep memes.
Kích Thước Tệp 13.04 KB
Số Lần Cài Đặt 13
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2017-03-01
Ngày Phát Hành 2017-02-28
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Unknown
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}