Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.crxbase.com/llms.txt

Use this file to discover all available pages before exploring further.

Install

npm install @crxbase/client

Usage

import { Client } from "@crxbase/client";

const client = new Client("your_project_id");
Works in Background Script, Service Worker, and Content Script.