Skip to content

parisk/chrome-rest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chrome REST

Manipulate Chrome through a REST API.

Install

To install Chrome REST just clone this repo and run ./script/bootstrap.

Start server

To start the Chrome REST server just run ./script/server.

API calls

List tabs

GET /api/tabs

Create a new tab

POST /api/tabs

{"url": "https://www.sourcelair.com/home"}

Get tab info

GET /api/tabs/:tabid

Update a tab

PUT /api/tabs/:tabid

{"url": "https://www.sourcelair.com/home"}

Close a tab

DELETE /api/tabs/:tabid

About

REST API for controlling Google Chrome

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors