@ank1015/chrome-controller
v0.0.4
Published
Chrome RPC bridge with a Manifest V3 extension, native messaging host, and CLI
Maintainers
Readme
@ank1015/chrome-controller
Chrome RPC bridge with a Manifest V3 extension, native messaging host, and task-oriented CLI.
Install
For the global CLI:
npm install -g @ank1015/chrome-controller
chrome-controller setupFor the TypeScript SDK in a project:
npm install @ank1015/chrome-controllerCLI
chrome-controller --help
chrome-controller setup
chrome-controller session create --id demo
chrome-controller tabs list --jsonThe npm package requires Node.js on the target machine. If you need a no-Node install, use the standalone GitHub release artifacts instead.
Library
import { connectChromeController } from '@ank1015/chrome-controller';See docs/README.md for the docs index, CLI guide, and SDK guide.
