Derp Learning
Replaces the text 'deep learning' with 'derp learning'.
ما هو Derp Learning؟
Derp Learning هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Replaces the text 'deep learning' with 'derp learning'.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Derp Learning
قم بتنزيل ملفات الامتداد Derp Learning بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } ] } |