An open API service indexing awesome lists of open source software.

https://github.com/boo-urns/devtools


https://github.com/boo-urns/devtools

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

##How to Save files to disk in Chrome DevTools

####Download or clone this repo
Open index.html in Chrome

####Open DevTools
* Many options to open DevTools
+ View > Developer Tools > Developer Tools
+ Right click / inspect element
+ *Mac* - Cmd + Opt + I
+ *Windows* F12 + Ctrl + Shift + I
+ [More DevTools Keyboard Shortcuts](https://developers.google.com/chrome-developer-tools/docs/shortcuts)
* Switch to the Sources Tab
+ ( There should be a small box with an arrow point to the right. Click that box. )
* Dropdown under folder that the css is in. Right Click on that css file > Save
+ Save the file the exact same in the same folder (Replace it)

Local Modifications should be setup in DevTools :)