Learn Web Dev
A list of links that I use regularly to learn front-end web development
Cos'è Learn Web Dev?
Learn Web Dev è un'estensione di Chrome sviluppata da lauravc69, e la sua funzione principale è "A list of links that I use regularly to learn front-end web development".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Learn Web Dev
Scarica i file di estensione Learn Web Dev in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
A list of sites I use often on my journey to learn front-end web development.
Informazioni di Base sull'Estensione
Nome | Learn Web Dev |
ID | hhkgnilmbfginicpbahgehifabdjdbhk |
URL Ufficiale | https://chromewebstore.google.com/detail/learn-web-dev/hhkgnilmbfginicpbahgehifabdjdbhk |
Descrizione | A list of links that I use regularly to learn front-end web development |
Dimensione del File | 13 KB |
Conteggio Installazioni | 62 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2017-10-23 |
Data di Pubblicazione | 2017-10-23 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | lauravc69 |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |