Derp Learning

Replaces the text 'deep learning' with 'derp learning'.

Cos'è Derp Learning?

Derp Learning è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Replaces the text 'deep learning' with 'derp learning'.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Derp Learning

Scarica i file di estensione Derp Learning in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Derp Learning Derp Learning
ID cphjjfdiphbdcppboodcpkgephbegldd
URL Ufficiale https://chromewebstore.google.com/detail/derp-learning/cphjjfdiphbdcppboodcpkgephbegldd
Descrizione Replaces the text 'deep learning' with 'derp learning'.
Dimensione del File 15.54 KB
Conteggio Installazioni 14
Versione Corrente 1.0.2
Ultimo Aggiornamento 2016-07-02
Data di Pubblicazione 2016-07-02
Valutazione 4.00/5 Totale 3 Valutazioni
Sviluppatore Unknown
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/chriswininger/Derp-Learning
Lingue Supportate 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"
        }
    ]
}