All Projects → ChromeDevTools → Debugger Protocol Viewer

ChromeDevTools / Debugger Protocol Viewer

Licence: other
DevTools Protocol API docs—its domains, methods, and events

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Debugger Protocol Viewer

ansicolor
A JavaScript ANSI color/style management. ANSI parsing. ANSI to CSS. Small, clean, no dependencies.
Stars: ✭ 91 (-87.85%)
Mutual labels:  chrome-devtools
Thorium
Chromium fork for linux named after radioactive element No. 90. Windows and Special builds are in different repositories, links are towards the top of the README.md.
Stars: ✭ 45 (-93.99%)
Mutual labels:  chrome-devtools
Lighthouse
Automated auditing, performance metrics, and best practices for the web.
Stars: ✭ 23,903 (+3091.32%)
Mutual labels:  chrome-devtools
chromic pdf
Convenient HTML to PDF/A rendering library for Elixir based on Chrome & Ghostscript
Stars: ✭ 196 (-73.83%)
Mutual labels:  chrome-devtools
codemirror-colorpicker
colorpicker with codemirror
Stars: ✭ 113 (-84.91%)
Mutual labels:  chrome-devtools
Lucid
A developer tool for engineers working with React and GraphQL.
Stars: ✭ 397 (-47%)
Mutual labels:  chrome-devtools
Helios
A Chrome Dev Tool for tracking state in Apollo and Vue.js.
Stars: ✭ 22 (-97.06%)
Mutual labels:  chrome-devtools
Dirac
A Chrome DevTools fork for ClojureScript developers
Stars: ✭ 732 (-2.27%)
Mutual labels:  chrome-devtools
page-walker
Chrome DevTools automation for desktop and mobile devices
Stars: ✭ 18 (-97.6%)
Mutual labels:  chrome-devtools
Wrp
Web Rendering Proxy: Use vintage, historical, legacy browsers on modern web
Stars: ✭ 503 (-32.84%)
Mutual labels:  chrome-devtools
anime-scraper
[partially working] Scrape and add anime episode stream URLs to uGet (Linux) or IDM (Windows) ~ Python3
Stars: ✭ 21 (-97.2%)
Mutual labels:  chrome-devtools
jsdom-devtools-formatter
Make jsdom elements look like real DOM elements in Chrome Devtools console
Stars: ✭ 40 (-94.66%)
Mutual labels:  chrome-devtools
Betwixt
⚡ Web Debugging Proxy based on Chrome DevTools Network panel.
Stars: ✭ 4,316 (+476.23%)
Mutual labels:  chrome-devtools
devtools-proxy
Multiplexing proxy for Chrome DevTools. Fully compatible with Selenium and ChromeDriver
Stars: ✭ 64 (-91.46%)
Mutual labels:  chrome-devtools
Devtools Docs
The legacy documentation for Chrome DevTools.
Stars: ✭ 622 (-16.96%)
Mutual labels:  chrome-devtools
new-moon-chrome-devtools
New Moon Theme for Chrome Devtools.
Stars: ✭ 57 (-92.39%)
Mutual labels:  chrome-devtools
chrome-ext-save-css
Chrome extension to automatically save changes in CSS and JS into local disk.
Stars: ✭ 27 (-96.4%)
Mutual labels:  chrome-devtools
Chromedp
A faster, simpler way to drive browsers supporting the Chrome DevTools Protocol.
Stars: ✭ 7,057 (+842.19%)
Mutual labels:  chrome-devtools
Storyboard
End-to-end, hierarchical, real-time, colorful logs and stories
Stars: ✭ 652 (-12.95%)
Mutual labels:  chrome-devtools
Pychrome
A Python Package for the Google Chrome Dev Protocol [threading base]
Stars: ✭ 469 (-37.38%)
Mutual labels:  chrome-devtools

devtools-protocol

Explore the Chrome DevTools Protocol, its methods, events and basic documentation.

More: DevTools Protocol repo and published devtools protocol viewer

Building

# install dependencies
npm i

# regenerate the protocol files
npm run prep

# build it
npm run build

# serve it locally
npm run serve

Deploying:

We deploy to https://chromedevtools.github.io/devtools-protocol/ despite the source living here. The repo/branch layout is described here. Master branch of this repo is deployed every hour (on the 15 minute mark) via the devtools-protocol/scripts/update-n-publish-docs.sh script.

npm run deploy

Adding new version

To add a new protocol version:

  1. Modify pages/_data/versions.json
  2. Create pages/_data/VERSION_SLUG.json
  3. Create _versions/VERSION_SLUG.html file with protocol version description
  4. Update the <div id="versions"> tag in pages/_includes/shell.hbs.
  5. Build project

Adding new domains

Run node generate-sidenav-html.js and add into <div id="domains"> in pages/_includes/shell.hbs.

History

  • v0.1 original Eric Guzman app.
  • v0.2 irish's "upgrades".
  • v0.8 guzman's polymer 0.8 refactor
  • v1.0 konrad's polymer 1.0 + jekyll refactor
  • v2.0 tim's polymer 2.0 - jekyll refactor
  • v3.0 tim's Eleventy refactor
  • which brings us to… now.

License

Apache

Contributing

Pull requests very welcome!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].