0.10.2-0 • Published 5 years ago

@bumble/chrome-rxjs v0.10.2-0

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

npm (scoped) GitHub last commit License TypeScript Declarations Included

Fiverr: We make Chrome extensions ko-fi


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 @bumble/chrome-rxjs

Usage

import { contextMenus } from 'chrome-rxjs'

contextMenus.clicks.subscribe(clickEvent => {
  console.log('click', clickEvent)
})
0.10.2-0

5 years ago

0.10.1

6 years ago

0.9.3

6 years ago

0.9.2

6 years ago

0.9.1

6 years ago

0.9.0

6 years ago

0.8.0

6 years ago

0.7.0

6 years ago

0.6.0

6 years ago

0.5.0

6 years ago

0.4.1

6 years ago

0.4.0

6 years ago

0.3.1

6 years ago

0.3.0

6 years ago

0.2.0

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago