Categories

Developer

Sasha F

chrest v1.9.0

  • rating
  • rating
  • rating
  • rating
  • rating
0 (0 reviews)
exposes tab, bookmark, and history management via a CLI or REST interface

Manage windows, tabs, bookmarks, and history via HTTP REST calls or the CLI client.

In order to successfully use this extension, you must install the NativeMessagingHost, which you can install via go:

`go install code.linenisgreat.com/chrest/go/chrest/cmd@latest`

Then, you must initialize the native messaging host like so:

`chrest init`

That will install the NativeMessagingHost for your platform. You may then need to restart your browser for it to load the NativeMessagingHost.

Then you can make interact with the extension like so:

`chrest client GET /windows`