UNPKG

@mirawision/chrome-api

Version:

A comprehensive TypeScript library for Chrome Extension API, providing type-safe wrappers and utilities for bookmarks, commands, context menus, cookies, downloads, storage, notifications, runtime, scripting, and side panel functionalities.

16 lines (15 loc) 445 B
export * from './bookmarks'; export * from './commands'; export * from './context-menu'; export * from './cookies'; export * from './downloads'; export * from './local-storage'; export * from './notifications'; export * from './runtime'; export * from './scripting'; export * from './side-panel'; export * from './storage-sync'; export * from './tabs'; export * from './web-navigation'; export * from './web-request'; export * from './windows';