Derp Learning
Replaces the text 'deep learning' with 'derp learning'.
Qu'est-ce que Derp Learning ?
Derp Learning est une extension Chrome développée par Unknown, et sa fonction principale est "Replaces the text 'deep learning' with 'derp learning'.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Derp Learning
Téléchargez les fichiers d'extension Derp Learning au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | cphjjfdiphbdcppboodcpkgephbegldd |
URL Officiel | https://chromewebstore.google.com/detail/derp-learning/cphjjfdiphbdcppboodcpkgephbegldd |
Description | Replaces the text 'deep learning' with 'derp learning'. |
Taille du Fichier | 15.54 KB |
Nombre d'Installations | 14 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2016-07-02 |
Date de Publication | 2016-07-02 |
Évaluation | 4.00/5 Total 3 Évaluations |
Développeur | Unknown |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/chriswininger/Derp-Learning |
Langues Prises en Charge | 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" } ] } |