github

ChromeDevTools / awesome-chrome-devtools

  • воскресенье, 13 марта 2016 г. в 16:08:14
https://github.com/ChromeDevTools/awesome-chrome-devtools

158 stars today
Awesome tooling and resources in the Chrome DevTools ecosystem



Awesome chrome-devtools Awesome

Awesome tooling and resources in the Chrome DevTools ecosystem

Learning

  • Dev Tips - Large collection of tips as animated gifs.

DevTools as an IDE

Node.js + DevTools

Chrome Debugging Protocol

Network Inspection

  • betwixt - System level network proxy, providing inspection via Network panel

CPU profile

  • JSCLegacyProfiler/json2trace - Converts Safari's JavaScriptCore profiler output into .cpuprofile
  • call-trace - Can instrument your JS with hooks, and then generate a .cpuprofile of the of the complete (non-sampled) execution. View either time or call counts.
  • cpuprofilify - Converts output of various profiling/sampling tools to the .cpuprofile format.
  • Wishbone python framework - Profiling data can export as .cpuprofile.

Chrome Debugger integration with Editors

Extensions

Workflow

UX