Manipulate Chrome through a REST API.
To install Chrome REST just clone this repo and run ./script/bootstrap.
To start the Chrome REST server just run ./script/server.
GET /api/tabs
POST /api/tabs
{"url": "https://www.sourcelair.com/home"}
GET /api/tabs/:tabid
PUT /api/tabs/:tabid
{"url": "https://www.sourcelair.com/home"}
DELETE /api/tabs/:tabid