Read-eval-print loop (REPL) for Chrome App APIs.
This is a Chrome packaged app that lets you play around with any of the app APIs…
Read-eval-print loop (REPL) for Chrome App APIs.
This is a Chrome packaged app that lets you play around with any of the app APIs (http://developer.chrome.com/apps/api_index.html). You can run arbitrary API functions, listen for API events, and write any other supporting JavaScript code that you may need.
The REPL environment has some built-in functions to make playing around with the APIs easier; see https://github.com/mihaip/chrome-app-repl#built-in-functions for more details. See also the "Limitations" section on that page for possible gotchas.