Derp Learning
Replaces the text 'deep learning' with 'derp learning'.
Co je Derp Learning?
Derp Learning je rozšíření Chrome vyvinuté Unknown, a jeho hlavní funkcí je „Replaces the text 'deep learning' with 'derp learning'.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Derp Learning
Stáhněte si soubory rozšíření Derp Learning ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | cphjjfdiphbdcppboodcpkgephbegldd |
Oficiální URL | https://chromewebstore.google.com/detail/derp-learning/cphjjfdiphbdcppboodcpkgephbegldd |
Popis | Replaces the text 'deep learning' with 'derp learning'. |
Velikost souboru | 15.54 KB |
Počet instalací | 14 |
Aktuální Verze | 1.0.2 |
Poslední Aktualizace | 2016-07-02 |
Datum Vydání | 2016-07-02 |
Hodnocení | 4.00/5 Celkem 3 Hodnocení |
Vývojář | Unknown |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/chriswininger/Derp-Learning |
Podporované Jazyky | 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" } ] } |