Derp Learning
Replaces the text 'deep learning' with 'derp learning'.
什么是Derp Learning?
Derp Learning是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Replaces the text 'deep learning' with 'derp learning'.”。
扩展截图
下载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.
扩展基本信息
名称 | |
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" } ] } |