Learn Web Dev
A list of links that I use regularly to learn front-end web development
Vad är Learn Web Dev?
Learn Web Dev är en Chrome-tillägg utvecklad av lauravc69, och dess huvudfunktion är "A list of links that I use regularly to learn front-end web development".
Tilläggsskärmbilder
Ladda ner Learn Web Dev-förlängningens CRX-fil
Ladda ner Learn Web Dev-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
A list of sites I use often on my journey to learn front-end web development.
Grundläggande Information om Tillägg
Namn | Learn Web Dev |
ID | hhkgnilmbfginicpbahgehifabdjdbhk |
Officiell webbadress | https://chromewebstore.google.com/detail/learn-web-dev/hhkgnilmbfginicpbahgehifabdjdbhk |
Beskrivning | A list of links that I use regularly to learn front-end web development |
Filstorlek | 13 KB |
Antal Installationer | 62 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2017-10-23 |
Publiceringsdatum | 2017-10-23 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | lauravc69 |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } } |