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
公式URL 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"
        }
    ]
}