Derp Learning

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

Derp Learning क्या है?

Derp Learning Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replaces the text 'deep learning' with 'derp learning'."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Derp Learning एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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.                    

एक्सटेंशन की मूल जानकारी

नाम Derp Learning Derp Learning
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"
        }
    ]
}