Derp Learning
Replaces the text 'deep learning' with 'derp learning'.
What is Derp Learning?
Derp Learning is a Chrome extension developed by Unknown, and its main feature is "Replaces the text 'deep learning' with 'derp learning'.".
Extension Screenshots
Download Derp Learning Extension CRX File
Download Derp Learning extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | cphjjfdiphbdcppboodcpkgephbegldd |
Official URL | https://chromewebstore.google.com/detail/derp-learning/cphjjfdiphbdcppboodcpkgephbegldd |
Description | Replaces the text 'deep learning' with 'derp learning'. |
File Size | 15.54 KB |
Installation Count | 14 |
Current Version | 1.0.2 |
Last Updated | 2016-07-02 |
Publish Date | 2016-07-02 |
Rating | 4.00/5 Total 3 Ratings |
Developer | Unknown |
Payment Type | free |
Extension Website | https://github.com/chriswininger/Derp-Learning |
Supported Languages | 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" } ] } |