Derp Learning

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

Derp Learningคืออะไร?

Derp Learning เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Replaces the text 'deep learning' with 'derp learning'."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ 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"
        }
    ]
}