0.2.2 • Published 5 years ago

chrome-extrx v0.2.2

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

What for?

It makes Chrome extension API reactive a bit. Powered by RxJS

Example

Before this library...

chrome.tabs.onCreated.addListener(tab => {
    // some magic
});

After...

import {Tabs} from 'chrome-extrx'

Tabs.onCreated().subscribe(tab => {
    // some magic
})

Instaling

npm install chrome-extrx

License

MIT

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.0.1

5 years ago