Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 457 Bytes

readme.md

File metadata and controls

19 lines (14 loc) · 457 Bytes

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"
});