{"id":175,"url":"https://github.com/ChromeDevTools/awesome-chrome-devtools","last_synced_at":"2025-08-13T19:32:48.960Z","repository":{"id":38206363,"uuid":"53394547","full_name":"ChromeDevTools/awesome-chrome-devtools","owner":"ChromeDevTools","description":"Awesome tooling and resources in the Chrome DevTools \u0026 DevTools Protocol ecosystem","archived":false,"fork":false,"pushed_at":"2024-09-10T00:32:35.000Z","size":128,"stargazers_count":6102,"open_issues_count":10,"forks_count":351,"subscribers_count":167,"default_branch":"master","last_synced_at":"2024-10-29T11:57:49.854Z","etag":null,"topics":["awesome","awesome-list"],"latest_commit_sha":null,"homepage":"https://github.com/ChromeDevTools/awesome-chrome-devtools#readme","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ChromeDevTools.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":"contributing.md","funding":null,"license":"LICENSE","code_of_conduct":"code-of-conduct.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2016-03-08T08:12:50.000Z","updated_at":"2024-10-28T23:27:46.000Z","dependencies_parsed_at":"2024-01-13T11:57:32.551Z","dependency_job_id":"9dc73c0c-56a5-4a22-9522-7446e90de219","html_url":"https://github.com/ChromeDevTools/awesome-chrome-devtools","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChromeDevTools%2Fawesome-chrome-devtools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChromeDevTools%2Fawesome-chrome-devtools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChromeDevTools%2Fawesome-chrome-devtools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChromeDevTools%2Fawesome-chrome-devtools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ChromeDevTools","download_url":"https://codeload.github.com/ChromeDevTools/awesome-chrome-devtools/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":229780026,"owners_count":18122914,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["awesome","awesome-list"],"created_at":"2024-01-05T20:12:48.396Z","updated_at":"2025-08-13T19:32:48.927Z","avatar_url":"https://github.com/ChromeDevTools.png","language":null,"readme":"# Awesome Chrome DevTools [![Awesome](https://awesome.re/badge.svg)](https://awesome.re)\n\n\u003e Awesome tooling and resources in the Chrome DevTools ecosystem\n\n## Contents\n\n- [Learning](#learning)\n- [DevTools tooling and ecosystem](#devtools-tooling-and-ecosystem)\n- [Chrome DevTools Protocol](#chrome-devtools-protocol)\n- [Using DevTools frontend with other platforms](#using-devtools-frontend-with-other-platforms)\n- [DevTools Extensions](#devtools-extensions)\n- [Alumni](#alumni)\n\n---\n\n## Learning\n- [Dev Tips](https://umaar.com/dev-tips/) - Large collection of tips as animated gifs.\n- [DevTools Tips](https://devtoolstips.org/) - Collection of illustrated tips as mini tutorials.\n- [Can I DevTools?](https://www.canidev.tools/) - Various workflows, documented. Also a weekly tips \u0026 tricks [newsletter](https://canidevtools.substack.com/).\n- [Web cheatcodes](https://codepo8.github.io/web-cheatcodes/) - Browser developer tools for non-developers.\n- [Dear Console](https://codepo8.github.io/dearconsole) - A collection of snippets to use in the browser console.\n\n---\n\n## DevTools tooling and ecosystem\n\n### Object formatting\n- [immutable-devtools](https://github.com/andrewdavey/immutable-devtools) - Custom formatter for Immutable-js values.\n\n### Network Inspection\n- [betwixt](https://github.com/kdzwinel/betwixt) - System level network proxy, providing inspection via Network panel.\n- [Weer](https://weerdbg.com/) - A HTTP protocol debugger **(closed source)**\n\n### CPU profile\n- [call-trace](https://github.com/brendankenny/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.\n- [cpuprofilify](https://github.com/thlorenz/cpuprofilify) - Converts output of various profiling/sampling tools to the `.cpuprofile` format.\n- [Wishbone python framework](https://wishbone.readthedocs.io/en/latest/misc/profiling.html) - Profiling data can export as `.cpuprofile`.\n\n### Multimedia\n- [snapline](https://github.com/pmdartus/snapline) - Converts timeline screenshots to gif.\n\n### Timeline, Tracing \u0026 Profiling\n- [DevTools Timeline Viewer](https://chromedevtools.github.io/timeline-viewer/) - Share URLs of your timeline recordings.\n\n### Chrome Debugger integration with Editors\n- [VS Code - Debugger for Chrome](https://github.com/Microsoft/vscode-chrome-debug/) - Breakpoint debugging in VS Code.\n- [VS Code - Elements for Microsoft Edge](https://github.com/microsoft/vscode-edge-devtools) - Elements panel inside VS Code.\n- [ChromeREPL](https://github.com/acarabott/ChromeREPL) - Within Sublime Text, use the Chrome console.\n- [Sublime Web Inspector](http://sokolovstas.github.io/SublimeWebInspector/) - JavaScript Breakpoint debugging right in Sublime Text.\n- [WebStorm/JetBrains Chrome Extension](https://www.jetbrains.com/help/webstorm/2017.1/configuring-javascript-debugger-and-jetbrains-chrome-extension.html) - The WebStorm IDE can debug JavaScript, view the DOM tree, and edit HTML, CSS and JS live.\n\n---\n\n## Chrome DevTools Protocol\n- [ChromeDevTools/devtools-protocol](https://github.com/chromedevtools/devtools-protocol) - **Canonical location of the protocol JSON**. Issue tracker for protocol bugs. TypeScript types.\n- [DevTools Protocol API Docs](https://chromedevtools.github.io/devtools-protocol/) - Easy browsable UI for exploring the protocol's domains, methods and events.\n\n### Developing with the protocol\n- [chrome-remote-interface Wiki](https://github.com/cyrus-and/chrome-remote-interface/wiki) - Many useful recipes.\n- [Chrome Protocol Proxy](https://github.com/wendigo/chrome-protocol-proxy) - Tool for debugging clients using devtools protocol.\n\n### The big two automation libraries\n- [Puppeteer](https://github.com/GoogleChrome/puppeteer/) - Node.js offering a high-level API to control headless Chrome over the DevTools Protocol. See also [awesome-puppeteer](https://github.com/transitive-bullshit/awesome-puppeteer).\n- [Playwright](https://github.com/microsoft/playwright) - Library to automate Chromium, Firefox and WebKit with a single API. Available for Node.js, Python, .Net, Java. See also [awesome-playwright](https://github.com/mxschmitt/awesome-playwright).\n\n### Libraries for driving the protocol (or a layer above)\n\n- JavaScript/Node.js: [chrome-remote-interface](https://github.com/cyrus-and/chrome-remote-interface)\n- TypeScript/Node.js: [chrome-debugging-client](https://github.com/TracerBench/chrome-debugging-client)\n- Typescript/Node.js: [noice-json-rpc](https://www.npmjs.com/package/noice-json-rpc) - A proxy-based implementation to expose the CDP as its API.\n- Typescript/Node.js: [Taiko](https://github.com/getgauge/taiko/)\n- Rust: [Rust Headless Chrome](https://github.com/atroche/rust-headless-chrome/)\n- Java: [chrome-devtools-java-client](https://github.com/kklisura/chrome-devtools-java-client)\n- Java: [jvppeteer](https://github.com/fanyong920/jvppeteer)  - Headless Chrome For Java \n- Python: [PyCDP](https://github.com/hyperiongray/python-chrome-devtools-protocol) - Pure-Python, sans-IO wrappers. See also the [Trio CDP driver](https://github.com/hyperiongray/trio-chrome-devtools-protocol)\n- Python: [chromewhip](https://github.com/chuckus/chromewhip) - drop-in replacement for the `splash` service\n- Python: [pyppeteer](https://github.com/pyppeteer/pyppeteer) - puppeteer port\n- Python: [ChromeController](https://github.com/fake-name/ChromeController) - high-level browser mgmt\n- Go: [chromedp](https://github.com/chromedp/chromedp) - High-level actions and tasks for driving browsers\n- Go: [cdp](https://github.com/mafredri/cdp)\n- Go: [gcd](https://github.com/wirepair/gcd)\n- Go: [godet](https://github.com/raff/godet)\n- Go: [Rod](https://github.com/go-rod/rod)\n- C#/.NET: [Puppeteer Sharp](https://github.com/hardkoded/puppeteer-sharp) - puppeteer port\n- C#/dotnet: [chrome-dev-tools](https://github.com/BaristaLabs/chrome-dev-tools) - Protocol wrapper generator that can be customized by editing handlebars templates. Includes .Net Core template.\n- C#/.NET: [dotnet-chrome-protocol](https://github.com/seclerp/dotnet-chrome-protocol) - A runtime library and schema code generation tools for Chrome DevTools Protocol support in C#/.NET.\n- Ruby: [Ferrum](https://github.com/route/ferrum) - high-level API to control Chrome in Ruby\n- Ruby: [Cuprite](https://github.com/machinio/cuprite) - Capybara driver\n- Kotlin: [chrome-reactive-kotlin](https://github.com/wendigo/chrome-reactive-kotlin) - reactive (rxjava 2.x), low-level client library in Kotlin\n- Kotlin: [chrome-devtools-kotlin](https://github.com/joffrey-bion/chrome-devtools-kotlin) - A coroutine-based client library, providing low-level CDP primitives and high-level extensions.\n- Clojure: [clj-chrome-devtools](https://github.com/tatut/clj-chrome-devtools) - The CDP wrapper API is autogenerated and will be updated when CDP protocol changes.\n- Clojure: [cuic](https://github.com/milankinen/cuic) - Providing a high-level API for UI test automation over the DevTools Protocol.\n- PHP: [chrome-devtools-protocol](https://github.com/jakubkulhan/chrome-devtools-protocol) - A PHP client library for the protocol.\n- PHP: [PuPHPeteer](https://github.com/rialto-php/puphpeteer) - php bridge to node puppeteer\n\n\n### Browser Adapters\n- [devtools-remote-debugger](https://github.com/Nice-PLQ/devtools-remote-debugger) - Use devtools against a webpage; a CDP agent implemeted in client-side JS.\n- [Inspect](https://inspect.dev/) - Use devtools against iOS and Android, easily. Browser and Webviews. **(closed source)**\n\n\n## Using DevTools frontend with other platforms\n\n#### Android\n- [Facebook Stetho](https://github.com/facebook/stetho) - Native Android debugging with Chrome DevTools.\n- [j2v8-debugger](https://github.com/AlexTrotsenko/j2v8-debugger) - Debugging JavaScript running in [J2V8](https://github.com/eclipsesource/J2V8) with Chrome DevTools.\n\n#### ClojureScript\n- [Dirac](https://github.com/binaryage/dirac) - Debugging of ClojsureScript.\n\n#### iOS\n- [PonyDebugger](https://github.com/square/PonyDebugger) - Remote network and data debugging iOS apps with Chrome DevTools.\n\n#### Node.js\n- [ndb](https://github.com/GoogleChromeLabs/ndb) - An improved Node.js debugging experience with the DevTools Frontend.\n- [Debugging Node.js with Chrome DevTools](https://medium.com/@paul_irish/debugging-node-js-nightlies-with-chrome-devtools-7c4a1b95ae27) - Guide on using the full debugging and profiling support in Node v6.3+.\n- [thetool](https://github.com/sfninja/thetool) - CPU, memory, coverage, type profiling with Node.\n- [chrome-devtools-frontend](https://www.npmjs.com/package/chrome-devtools-frontend) - Mirror of the frontend that ships in Chrome.\n\n#### Ruby\n- [ruby/debug](https://github.com/ruby/debug) - Debugging functionality for Ruby.\n\n---\n\n## DevTools Extensions\n\n### Accessibility (A11y)\n- [Chromelens](https://chrome.google.com/webstore/detail/chromelens/idikgljglpfilbhaboonnpnnincjhjkd) - 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.\n\n### Workflow\n- [Clockwork](https://chrome.google.com/webstore/detail/clockwork/dmggabnehkmmfmdffgajcflpdjlnoemp?hl=en) - View PHP application profiling data.\n- [Emulated Device Lab](https://chrome.google.com/webstore/detail/emulated-device-lab/oaonfodocibcdobdeelbbfggjombamff) - Experiment with multiple devices being emulated at the same time.\n- [RailsPanel](https://chrome.google.com/webstore/detail/railspanel/gjpfobpafnhjhbajcjgccbbdofdckggg?hl=en-US) - View Ruby on Rails application profiling data.\n- [React Developer Tools](https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi) - Inspect the React component hierarchies.\n- [EmberJS Inspector](https://chrome.google.com/webstore/detail/ember-inspector/bmdblncegkenkacieihfhpjfppoconhi) - Allows you to inspect EmberJS objects in your application.\n- [VueJS Developer Tools](https://github.com/vuejs/vue-devtools) - Inspect VueJS components and manipulate their data.\n- [Angular Batarang](https://chrome.google.com/webstore/detail/angularjs-batarang/ighdmehidhipcmcojjgiloacoafjmpfk) - Inspect an Angular application's scope and profile its data.\n- [Augury](https://augury.angular.io) - Debugging and Profiling for Angular 2 applications.\n- [Marionette Inspector](https://chrome.google.com/webstore/detail/marionette-inspector/fbgfjlockdhidoaempmjcddibjklhpka) - Inspect a Marionette application's views, events, and live data.\n- [Backbone Debugger](https://chrome.google.com/webstore/detail/backbone-debugger/bhljhndlimiafopmmhjlgfpnnchjjbhd) - Inspect a Backbone application's views, models, events, and routes.\n- [App Inspector for Sencha](https://chrome.google.com/webstore/detail/app-inspector-for-sencha/pbeapidedgdpniokbedbfbaacglkceae) - Inspect a Sencha ExtJS/Touch application's component tree, data stores, events, and layouts.\n- [Redux Devtools](https://chrome.google.com/webstore/detail/redux-devtools/lmhkpmbekcpmknklioeibfkpmmfibljd) - Inspect Redux with actions history, undo and replay.\n- [Three.js](https://chrome.google.com/webstore/detail/threejs-editor-extension/fbgbekpggeldiacgjkacbkkcbjhmakea/) - Edit any three.js project.\n- [Insight](https://github.com/3Dparallax/insight/) - A WebGL debugging toolkit which enables more productive WebGL development and more efficient WebGL applications.\n- [BEM devtools](https://github.com/escaton/bem-chrome-devtools) - Inspect BEM entities expressed in `i-bem` framework.\n- [Metal.js Developer Tools](https://chrome.google.com/webstore/detail/metaljs-developer-tools/fagnjmppkokolnbloalifcmcooldhiik) - Inspect the Metal component hierarchies.\n- [Web Component DevTools](https://chrome.google.com/webstore/detail/web-component-devtools/gdniinfdlmmmjpnhgnkmfpffipenjljo) - Inspect, modify and observe Web Components on page.\n\n### Themes\n- [DevTools Author](https://chrome.google.com/webstore/detail/devtools-author/egfhcfdfnajldliefpdoaojgahefjhhi) - A selection of themes to modify parts of DevTools related to authoring web applications.\n- [Zero Dark Matrix](https://chrome.google.com/webstore/detail/devtools-theme-zero-dark/bomhdjeadceaggdgfoefmpeafkjhegbo) - Dark theme for Chrome Developer Tools.\n- [Material UI Theme](https://chrome.google.com/webstore/detail/material-devtools-theme-c/jmefikbdhgocdjeejjnnepgnfkkbpgjo) - Provides various Material Design inspired themes.\n\n### Performance\n- [sloth](https://github.com/denar90/sloth) - Chrome extension allows to enable and save CPU and network throttling for selected tabs.\n- [TracerBench](https://github.com/TracerBench/tracerbench) - TracerBench is a controlled performance benchmarking tool for web applications, providing clear, actionable and usable insights into performance deltas.\n\n### Automation\n- [Puppeteer IDE](https://github.com/gajananpp/puppeteer-ide-extension) - Standalone Puppeteer playground in browser's developer tools.\n- [k6 browser](https://github.com/grafana/xk6-browser) - Browser automation and end-to-end web testing tool that interacts with browsers and collects frontend performance metrics.\n\n## Alumni\nOld projects, likely not maintained any longer… But still cool.\n\n- [Remote Debug Gateway](https://github.com/RemoteDebug/remotedebug-gateway) - Allows you to connect a client to multiple browsers at once.  \n   - Multiuser DevTools: [DevTools Remote](https://github.com/auchenberg/devtools-remote) - Remotely debug someone else's browser.\n- [DevTools Backend](https://github.com/christian-bromann/devtools-backend) - Standalone implementation of the Chrome DevTools backend to debug arbitrary web environments.\n- Python CDP driver: [pychrome](https://github.com/fate0/pychrome) - low level CDP transport handler\n- [ios-webkit-debug-proxy](https://github.com/google/ios-webkit-debug-proxy) - Exposes Mobile Safari \u0026 UIWebView instances via the CDP.\n  - [Remote Debug iOS WebKit adapter](https://github.com/RemoteDebug/remotedebug-ios-webkit-adapter) - Builts upon ios-webkit-debug-proxy and translates WebKit's Remote Debugging Protocol API to the CDP.\n- [IE Diagnostics Adapter](https://github.com/Microsoft/IEDiagnosticsAdapter) - Protocol adaptor for Microsoft IE 11 to CDP.\n- [go-debugger-devtools](https://github.com/allada/go-debugger-devtools)\n","funding_links":[],"categories":["Front-End Development","Technical","Others","Computer Networking and Security","Awesome Ecosystem Lists","miscellaneous","Uncategorized","Tools","HarmonyOS","Live Site:   [searchAwesome](https://search-awesome.vercel.app/)","Frontend","前端开发","awesome-list","Other Lists","Themed Directories","Source"],"sub_categories":["awesome-*","Uncategorized","Windows Manager","Browsers","Misc","TeX Lists","Automation"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FChromeDevTools%2Fawesome-chrome-devtools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FChromeDevTools%2Fawesome-chrome-devtools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FChromeDevTools%2Fawesome-chrome-devtools/lists"}