https://github.com/berrywallet/extberry
Browser extension wrapper
https://github.com/berrywallet/extberry
browser-extension chrome-extension
Last synced: 4 months ago
JSON representation
Browser extension wrapper
- Host: GitHub
- URL: https://github.com/berrywallet/extberry
- Owner: berrywallet
- License: lgpl-3.0
- Created: 2018-04-18T09:53:16.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-19T10:45:14.000Z (about 7 years ago)
- Last Synced: 2025-03-22T23:32:15.070Z (4 months ago)
- Topics: browser-extension, chrome-extension
- Language: TypeScript
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Extberry is wrapper for different Browser Extensions APIs
This library helps you to create crossbrowser extensions, when you have different API.
[](https://badge.fury.io/js/extberry)
## Install Extberry
```bash
npm install --save extberry
```## Use Extberry
```javascript
import Extberry from 'extberry';
Extberry.openTab({
url: "https://berrywallet.io?src=My_Extension_With_Extberry"
});
```