Learn Web Dev

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

O que é Learn Web Dev?

Learn Web Dev é uma extensão do Chrome desenvolvida por lauravc69, e sua principal característica é "A list of links that I use regularly to learn front-end web development".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Learn Web Dev

Baixe arquivos de extensão Learn Web Dev no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Learn Web Dev Learn Web Dev
ID hhkgnilmbfginicpbahgehifabdjdbhk
URL Oficial https://chromewebstore.google.com/detail/learn-web-dev/hhkgnilmbfginicpbahgehifabdjdbhk
Descrição A list of links that I use regularly to learn front-end web development
Tamanho do Arquivo 13 KB
Contagem de Instalações 62
Versão Atual 1.0
Última Atualização 2017-10-23
Data de Publicação 2017-10-23
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor lauravc69
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}