Derp Learning

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

什麼是Derp Learning?

Derp Learning是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Replaces the text 'deep learning' with 'derp learning'.”。

擴展截圖

screenshot

下載Derp Learning擴展crx文件

下載Derp Learning擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Derp Learning Derp Learning
ID cphjjfdiphbdcppboodcpkgephbegldd
官方網址 https://chromewebstore.google.com/detail/derp-learning/cphjjfdiphbdcppboodcpkgephbegldd
簡介 Replaces the text 'deep learning' with 'derp learning'.
檔案大小 15.54 KB
安裝次數 14
目前版本 1.0.2
更新時間 2016-07-02
上架時間 2016-07-02
評分 4.00/5 共 3 次評分
開發者 Unknown
付費類型 free
擴展官網 https://github.com/chriswininger/Derp-Learning
支援的語言 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"
        }
    ]
}