Learn Web Dev

A list of links that I use regularly to learn front-end web development

Learn Web Devคืออะไร?

Learn Web Dev เป็นส่วนขยายของ Chrome ที่พัฒนาโดย lauravc69 และคุณลักษณะหลักของมันคือ "A list of links that I use regularly to learn front-end web development"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Learn Web Dev

ดาวน์โหลดไฟล์ส่วนขยาย Learn Web Dev ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        A list of sites I use often on my journey to learn front-end web development.                    

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

ชื่อ Learn Web Dev Learn Web Dev
ID hhkgnilmbfginicpbahgehifabdjdbhk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/learn-web-dev/hhkgnilmbfginicpbahgehifabdjdbhk
คำอธิบาย A list of links that I use regularly to learn front-end web development
ขนาดไฟล์ 13 KB
จำนวนการติดตั้ง 62
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2017-10-23
วันที่เผยแพร่ 2017-10-23
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา lauravc69
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Learn Web Dev",
    "description": "A list of links that I use regularly to learn front-end web development",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html",
        "default_title": "Laura's Fav Web Dev Resources"
    }
}