extberry
v1.0.5
Published
Browser extension wrapper
Downloads
3
Readme
Extberry is wrapper for different Browser Extensions APIs
This library helps you to create crossbrowser extensions, when you have different API.
Install Extberry
npm install --save extberry
Use Extberry
import Extberry from 'extberry';
Extberry.openTab({
url: "https://berrywallet.io?src=My_Extension_With_Extberry"
});