chrome-extension-runtime
v1.0.2
Published
Bridge chrome extension extension API
Downloads
3
Readme
Chrome Extension Runtime
The idea I created this package is for my chrome extension development environment where the dev build listening to file changes is launched on a localhost, whereas chrome extension is loaded from the file system.
With this package, my dev build can be loaded via a mini chrome extension, a loader which loads my dev build localhost via <iframe>
, and exports chrome extension API to localhost via Window.postMessage()
.
It is not complete yet, only works for Methods, but Types, Properties, Events are not supported.