pxt-calliope/clients/chrome
Peli de Halleux 7465ffeb3b Chromeextension (#499)
* updates to chrome extension manifest

* update manifest with chrome extension id
2017-08-07 22:33:59 -07:00
..
background.js Chromeextension (#499) 2017-08-07 22:33:59 -07:00
background.ts Chromeextension (#499) 2017-08-07 22:33:59 -07:00
logo48.png updated addon for pxt.microbit.org 2016-11-02 14:23:08 -07:00
logo128.png updated addon for pxt.microbit.org 2016-11-02 14:23:08 -07:00
manifest.json Chromeextension (#499) 2017-08-07 22:33:59 -07:00
README.md Lightmonster (#346) 2017-01-31 08:29:25 -08:00
screenshot.png importing chrome extension 2016-06-22 09:43:03 -07:00
tsconfig.json importing chrome extension 2016-06-22 09:43:03 -07:00

microbit-chrome

Prototype chrome addon that exposes the @boardname@'s serial output to webpages.

Installation

See developer.chrome.com for instructions on how to install the local version into your chrome browser.

Requirements

  • Chrome 48 or later.

Sample page

The demo.html webpage goes along with the https://github.com/Microsoft/microbit-touchdevelop/blob/master/examples/tcs34725.cpp program. Run http-server from this directory, then visit http://localhost:8080/demo.html (keep in mind that pages served from file:// cannot open ports).

Building

Open a command prompt and run the following commands.

npm install
typings update