Derp Learning

Replaces the text 'deep learning' with 'derp learning'.

Derp Learning là gì?

Derp Learning 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à "Replaces the text 'deep learning' with 'derp learning'.".

Ả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 Derp Learning

Tải xuống các tệp mở rộng Derp Learning 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

                        Derp Learning, replaces the phrase 'deep learning' with 'derp learning'. With 'derp learning' the future of AI is here. For more explanation check out Jupiter Broadcasting and the Linux Action Show episode 418.                    

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

Tên Derp Learning Derp Learning
ID cphjjfdiphbdcppboodcpkgephbegldd
URL Chính Thức https://chromewebstore.google.com/detail/derp-learning/cphjjfdiphbdcppboodcpkgephbegldd
Mô tả Replaces the text 'deep learning' with 'derp learning'.
Kích Thước Tệp 15.54 KB
Số Lần Cài Đặt 14
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2016-07-02
Ngày Phát Hành 2016-07-02
Đánh Giá 4.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Unknown
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/chriswininger/Derp-Learning
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Derp Learning",
    "version": "1.0.2",
    "description": "Replaces the text 'deep learning' with 'derp learning'.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}