@extend-chrome/events-rxjs
TypeScript icon, indicating that this package has built-in type declarations

0.12.1 • Public • Published

@extend-chrome/events-rxjs logo

@extend-chrome/events-rxjs

npm (scoped) GitHub last commit License TypeScript Declarations Included

ko-fi Chrome Extension Tutorials on YouTube


RxJS Observables for Chrome API events

Table of Contents

Getting started

You will need to use a bundler like Rollup, Parcel, or Webpack to include this library in the build of Chrome extension.

See rollup-plugin-chrome-extension for an easy way use Rollup to build your Chrome extension!

Installation

npm i @extend-chrome/events-rxjs

Usage

import { contextMenus } from '@extend-chrome/events-rxjs'

contextMenus.clickStream.subscribe((clickEvent) => {
  console.log('click', clickEvent)
})

Readme

Keywords

none

Package Sidebar

Install

npm i @extend-chrome/events-rxjs

Weekly Downloads

1

Version

0.12.1

License

MIT

Unpacked Size

50.4 kB

Total Files

19

Last publish

Collaborators

  • jacksteamdev