Derp Learning

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

Vad är Derp Learning?

Derp Learning är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Replaces the text 'deep learning' with 'derp learning'.".

Tilläggsskärmbilder

screenshot

Ladda ner Derp Learning-förlängningens CRX-fil

Ladda ner Derp Learning-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Derp Learning Derp Learning
ID cphjjfdiphbdcppboodcpkgephbegldd
Officiell webbadress https://chromewebstore.google.com/detail/derp-learning/cphjjfdiphbdcppboodcpkgephbegldd
Beskrivning Replaces the text 'deep learning' with 'derp learning'.
Filstorlek 15.54 KB
Antal Installationer 14
Aktuell Version 1.0.2
Senast Uppdaterad 2016-07-02
Publiceringsdatum 2016-07-02
Betyg 4.00/5 Totalt 3 Betyg
Utvecklare Unknown
Betalningssätt free
Tilläggswebbplats https://github.com/chriswininger/Derp-Learning
Stödda Språk 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"
        }
    ]
}