Git Product home page Git Product logo

correia-jpv / fucking-awesome-chrome-devtools Goto Github PK

View Code? Open in Web Editor NEW
10.0 4.0 0.0 118 KB

Awesome tooling and resources in the Chrome DevTools & DevTools Protocol ecosystem. With repository stars⭐ and forks🍴

License: Creative Commons Zero v1.0 Universal

chrome chrome-devtools devtools developer-tools awesome awesome-list devtools-protocol devtools-extension devtools-documentation chrome-browser

fucking-awesome-chrome-devtools's Introduction

Awesome Chrome DevTools Awesome

Awesome tooling and resources in the Chrome DevTools ecosystem

Contents


Learning

  • 🌎 Dev Tips - Large collection of tips as animated gifs.
  • 🌎 DevTools Tips - Collection of illustrated tips as mini tutorials.
  • 🌎 Can I DevTools? - Various workflows, documented. Also a weekly tips & tricks 🌎 newsletter.
  • 🌎 Web cheatcodes - Browser developer tools for non-developers.
  • 🌎 Dear Console - A collection of snippets to use in the browser console.

DevTools tooling and ecosystem

Object formatting

  •    658⭐     36🍴 immutable-devtools) - Custom formatter for Immutable-js values.

Network Inspection

  •   4521⭐    124🍴 betwixt) - System level network proxy, providing inspection via Network panel.
  • 🌎 Weer - A HTTP protocol debugger (closed source)

CPU profile

  •     32⭐      9🍴 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.
  •    167⭐     16🍴 cpuprofilify) - Converts output of various profiling/sampling tools to the .cpuprofile format.
  • 🌎 Wishbone python framework - Profiling data can export as .cpuprofile.

Multimedia

  •    393⭐     17🍴 snapline) - Converts timeline screenshots to gif.

Timeline, Tracing & Profiling

Chrome Debugger integration with Editors


Chrome DevTools Protocol

Developing with the protocol

The big two automation libraries

  •      ?⭐      ?🍴 Puppeteer) - Node.js offering a high-level API to control headless Chrome over the DevTools Protocol. See also   2312⭐    155🍴 awesome-puppeteer).
  •  61331⭐   3259🍴 Playwright) - Library to automate Chromium, Firefox and WebKit with a single API. Available for Node.js, Python, .Net, Java. See also    677⭐     73🍴 awesome-playwright).

Libraries for driving the protocol (or a layer above)

  • JavaScript/Node.js:   4185⭐    299🍴 chrome-remote-interface)
  • TypeScript/Node.js:    130⭐     19🍴 chrome-debugging-client)
  • Typescript/Node.js: 🌎 noice-json-rpc - A proxy-based implementation to expose the CDP as its API.
  • Typescript/Node.js:      ?⭐      ?🍴 Taiko)
  • Rust:      ?⭐      ?🍴 Rust Headless Chrome)
  • Java:    206⭐     70🍴 chrome-devtools-java-client)
  • Java:    656⭐    150🍴 jvppeteer) - Headless Chrome For Java
  • Python:     79⭐     21🍴 PyCDP) - Pure-Python, sans-IO wrappers. See also the     56⭐     17🍴 Trio CDP driver)
  • Python:    115⭐     16🍴 chromewhip) - drop-in replacement for the splash service
  • Python:   3386⭐    312🍴 pyppeteer) - puppeteer port
  • Python:    209⭐     29🍴 ChromeController) - high-level browser mgmt
  • Go:  10320⭐    761🍴 chromedp) - High-level actions and tasks for driving browsers
  • Go:    715⭐     48🍴 cdp)
  • Go:    184⭐     31🍴 gcd)
  • Go:    392⭐     44🍴 godet)
  • Go:   4727⭐    315🍴 Rod)
  • C#/.NET:   3138⭐    419🍴 Puppeteer Sharp) - puppeteer port
  • C#/dotnet:     75⭐     27🍴 chrome-dev-tools) - Protocol wrapper generator that can be customized by editing handlebars templates. Includes .Net Core template.
  • Ruby:   1641⭐    117🍴 Ferrum) - high-level API to control Chrome in Ruby
  • Ruby:   1193⭐     89🍴 Cuprite) - Capybara driver
  • Kotlin:     75⭐     12🍴 chrome-reactive-kotlin) - reactive (rxjava 2.x), low-level client library in Kotlin
  • Kotlin:     41⭐      7🍴 chrome-devtools-kotlin) - A coroutine-based client library, providing low-level CDP primitives and high-level extensions.
  • Clojure:    128⭐     19🍴 clj-chrome-devtools) - The CDP wrapper API is autogenerated and will be updated when CDP protocol changes.
  • Clojure:     34⭐      4🍴 cuic) - Providing a high-level API for UI test automation over the DevTools Protocol.
  • PHP:    166⭐     50🍴 chrome-devtools-protocol) - A PHP client library for the protocol.
  • PHP:   1340⭐    187🍴 PuPHPeteer) - php bridge to node puppeteer

Browser Adapters

  • 🌎 Inspect - Use devtools against iOS and Android, easily. Browser and Webviews. (closed source)

Using DevTools frontend with other platforms

Android

  •  12667⭐   1126🍴 Facebook Stetho) - Native Android debugging with Chrome DevTools.
  •     87⭐     24🍴 j2v8-debugger) - Debugging JavaScript running in   2488⭐    352🍴 J2V8) with Chrome DevTools.

ClojureScript

  •    767⭐     30🍴 Dirac) - Debugging of ClojsureScript.

iOS

  •   5868⭐    593🍴 PonyDebugger) - Remote network and data debugging iOS apps with Chrome DevTools.

Node.js

  •  10910⭐    230🍴 ndb) - An improved Node.js debugging experience with the DevTools Frontend.
  • 🌎 Debugging Node.js with Chrome DevTools - Guide on using the full debugging and profiling support in Node v6.3+.
  •    217⭐      5🍴 thetool) - CPU, memory, coverage, type profiling with Node.
  • 🌎 chrome-devtools-frontend - Mirror of the frontend that ships in Chrome.

Ruby

  •   1071⭐    121🍴 ruby/debug) - Debugging functionality for Ruby.

DevTools Extensions

Accessibility (A11y)

  • 🌎 Chromelens - See how your web app will look to people with different types of vision and the path users will travel when tabbing through your page.

Workflow

  • 🌎 Clockwork - View PHP application profiling data.
  • 🌎 Emulated Device Lab - Experiment with multiple devices being emulated at the same time.
  • 🌎 RailsPanel - View Ruby on Rails application profiling data.
  • 🌎 React Developer Tools - Inspect the React component hierarchies.
  • 🌎 EmberJS Inspector - Allows you to inspect EmberJS objects in your application.
  •  24307⭐   4100🍴 VueJS Developer Tools) - Inspect VueJS components and manipulate their data.
  • 🌎 Angular Batarang - Inspect an Angular application's scope and profile its data.
  • 🌎 Augury - Debugging and Profiling for Angular 2 applications.
  • 🌎 Marionette Inspector - Inspect a Marionette application's views, events, and live data.
  • 🌎 Backbone Debugger - Inspect a Backbone application's views, models, events, and routes.
  • 🌎 App Inspector for Sencha - Inspect a Sencha ExtJS/Touch application's component tree, data stores, events, and layouts.
  • 🌎 Redux Devtools - Inspect Redux with actions history, undo and replay.
  • 🌎 Three.js - Edit any three.js project.
  •      ?⭐      ?🍴 Insight) - A WebGL debugging toolkit which enables more productive WebGL development and more efficient WebGL applications.
  •     44⭐      4🍴 BEM devtools) - Inspect BEM entities expressed in i-bem framework.
  • 🌎 Metal.js Developer Tools - Inspect the Metal component hierarchies.
  • 🌎 Web Component DevTools - Inspect, modify and observe Web Components on page.

Themes

  • 🌎 DevTools Author - A selection of themes to modify parts of DevTools related to authoring web applications.
  • 🌎 Zero Dark Matrix - Dark theme for Chrome Developer Tools.
  • 🌎 Material UI Theme - Provides various Material Design inspired themes.

Performance

  •    196⭐     11🍴 sloth) - Chrome extension allows to enable and save CPU and network throttling for selected tabs.
  •    237⭐     31🍴 TracerBench) - TracerBench is a controlled performance benchmarking tool for web applications, providing clear, actionable and usable insights into performance deltas.

Automation

  •    184⭐     17🍴 Puppeteer IDE) - Standalone Puppeteer playground in browser's developer tools.

Alumni

Old projects, likely not maintained any longer… But still cool.

  •     91⭐     10🍴 Remote Debug Gateway) - Allows you to connect a client to multiple browsers at once.
    • Multiuser DevTools:    679⭐     40🍴 DevTools Remote) - Remotely debug someone else's browser.
  •    141⭐     23🍴 DevTools Backend) - Standalone implementation of the Chrome DevTools backend to debug arbitrary web environments.
  • Python CDP driver:    586⭐    108🍴 pychrome) - low level CDP transport handler
  •   5861⭐    459🍴 ios-webkit-debug-proxy) - Exposes Mobile Safari & UIWebView instances via the CDP.
    •   2710⭐    218🍴 Remote Debug iOS WebKit adapter) - Builts upon ios-webkit-debug-proxy and translates WebKit's Remote Debugging Protocol API to the CDP.
  •    573⭐     49🍴 IE Diagnostics Adapter) - Protocol adaptor for Microsoft IE 11 to CDP.
  •     42⭐      2🍴 go-debugger-devtools)

Source

  5837⭐    340🍴 ChromeDevTools/awesome-chrome-devtools)

fucking-awesome-chrome-devtools's People

Contributors

alextrotsenko avatar anzumana avatar arnoldstoba avatar atroche avatar auchenberg avatar bryceosterhaus avatar chazkii avatar christian-bromann avatar correia-jpv avatar denar90 avatar derimagia avatar ecrmnn avatar ergunsh avatar escaton avatar garbee avatar joffrey-bion avatar joseluisq avatar kblok avatar kenshaw avatar muzuiget avatar o0101 avatar paulirish avatar rafaelcastrocouto avatar ritz078 avatar route avatar samccone avatar sidorares avatar spekulatius avatar tonybaroneee avatar umaar avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.