Learn Web Dev

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

What is Learn Web Dev?

Learn Web Dev is a Chrome extension developed by lauravc69, and its main feature is "A list of links that I use regularly to learn front-end web development".

Extension Screenshots

screenshot

Download Learn Web Dev Extension CRX File

Download Learn Web Dev extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Learn Web Dev Learn Web Dev
ID hhkgnilmbfginicpbahgehifabdjdbhk
Official URL https://chromewebstore.google.com/detail/learn-web-dev/hhkgnilmbfginicpbahgehifabdjdbhk
Description A list of links that I use regularly to learn front-end web development
File Size 13 KB
Installation Count 62
Current Version 1.0
Last Updated 2017-10-23
Publish Date 2017-10-23
Rating 5.00/5 Total 1 Ratings
Developer lauravc69
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}