Derp Learning
Replaces the text 'deep learning' with 'derp learning'.
Co to jest Derp Learning?
Derp Learning to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Replaces the text 'deep learning' with 'derp learning'.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Derp Learning
Pobierz pliki rozszerzeń Derp Learning w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | cphjjfdiphbdcppboodcpkgephbegldd |
Oficjalny URL | https://chromewebstore.google.com/detail/derp-learning/cphjjfdiphbdcppboodcpkgephbegldd |
Opis | Replaces the text 'deep learning' with 'derp learning'. |
Rozmiar pliku | 15.54 KB |
Liczba instalacji | 14 |
Aktualna Wersja | 1.0.2 |
Ostatnia Aktualizacja | 2016-07-02 |
Data Publikacji | 2016-07-02 |
Ocena | 4.00/5 Łącznie 3 Oceny |
Deweloper | Unknown |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/chriswininger/Derp-Learning |
Obsługiwane Języki | 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" } ] } |