-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path03_web_dev.ps1
34 lines (23 loc) · 935 Bytes
/
03_web_dev.ps1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
cinst firefox
#web essentials, sidewaffle
#Chrome extensions
#- Batarang for AngularJS development
start https://chrome.google.com/webstore/detail/ighdmehidhipcmcojjgiloacoafjmpfk
<#
- PageSpeed Insights
https://developers.google.com/speed/docs/insights/using_chrome
- YSlow
https://chrome.google.com/webstore/detail/yslow/ninejjcohidippngpapiilnmkgllmakh
- Speed Tracer
https://chrome.google.com/webstore/detail/ognampngfcbddbfemdapefohjiobgbdl
- JS Runtime Inspector
https://chrome.google.com/webstore/detail/js-runtime-inspector/iilpjebedgohcmlffhnkhbjhabkdhfmn
- PrettyPrint
https://chrome.google.com/webstore/detail/prettyprint/nipdlgebaanapcphbcidpmmmkcecpkhg
- Grunt DevTools
https://chrome.google.com/webstore/detail/grunt-devtools/fbiodiodggnlakggeeckkjccjhhjndnb
- CSS Shack
https://chrome.google.com/webstore/detail/css-shack/geiccgjkigajaicecnhdokggninehdlp/details
#>
Write-Host "Finished installing "
Read-Host