Learn Web Dev

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

Co to jest Learn Web Dev?

Learn Web Dev to rozszerzenie Chrome opracowane przez lauravc69, a jego główną funkcją jest „A list of links that I use regularly to learn front-end web development”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Learn Web Dev

Pobierz pliki rozszerzeń Learn Web Dev w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Learn Web Dev Learn Web Dev
ID hhkgnilmbfginicpbahgehifabdjdbhk
Oficjalny URL https://chromewebstore.google.com/detail/learn-web-dev/hhkgnilmbfginicpbahgehifabdjdbhk
Opis A list of links that I use regularly to learn front-end web development
Rozmiar pliku 13 KB
Liczba instalacji 62
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2017-10-23
Data Publikacji 2017-10-23
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper lauravc69
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}