Skip to content
This repository has been archived by the owner on Apr 13, 2020. It is now read-only.

dapplets/dapplet-jslib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pure JavaScript Library of Dapplet Extension

The library runs Dapplet Extension without installing to a browser just including of one JS file!

Getting Started

Add script to the end of yout website.

<script src="https://unpkg.com/@dapplets/dapplet-jslib/lib/dapplet-jslib.min.js"></script>

To open the overlay with features list, you can call the following script:

browser.runtime.sendMessage('TOGGLE_OVERLAY');

About

Connect Dapplets into your website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published