Skip to content

berrywallet/extberry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Extberry is wrapper for different Browser Extensions APIs

This library helps you to create crossbrowser extensions, when you have different API.

npm version

Install Extberry

npm install --save extberry

Use Extberry

import Extberry from 'extberry';
Extberry.openTab({
    url: "https://berrywallet.io?src=My_Extension_With_Extberry"
});