All Projects → auchenberg → Chrome Devtools App

auchenberg / Chrome Devtools App

Licence: mit
Chrome DevTools packaged as an app via Electron

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
python
139335 projects - #7 most used programming language
java
68154 projects - #9 most used programming language
HTML
75241 projects
NSIS
403 projects

Icon

Chrome DevTools App.

Discontinued

This project is Discontinued. See https://github.com/auchenberg/chrome-devtools-app/issues/48

Join the chat at https://gitter.im/auchenberg/chrome-devtools-app

Chrome DevTools packaged as an app using electron-prebuilt.

This project is an exploration of how much work it would take to separate Chrome DevTools from Chrome itself and to explore what separation from the browser would bring to the table in terms of new functionality, etc.

I've written an article about this project, where I go in detail, and provide a few perspectives on what this project could evolve into. https://kenneth.io/blog/2014/12/28/taking-chrome-devtools-outside-the-browser/.

Intro Tools

Installation

  1. Go to the releases page, and download the latest DMG installer (Mac only, for now)
  2. Drag Chrome DevTools App to your applications folder
  3. Start an instance of Chrome with remote debugging enabled
  4. Start Chrome DevTools App
  5. Wait a second or click the refresh button.
  6. Targets should show up. Click "Go" next to your target.
  7. Bam. There go you.

Development

How to get started from source?

  1. Run npm install
  2. Run npm start

How to start this app from source?

  1. Run npm install
  2. Run npm install bower-cli -g
  3. Run npm start

How to start a debug version of this app?

Run npm start

Releases

How to make a new build?

Run npm run release


This project is highly experimental.

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].