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 με φίλους για εύκολη εγκατάσταση των επεκτάσεων 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" } ] } |