1.0.2 • Published 6 years ago

chrome-extension-runtime v1.0.2

Weekly downloads
9
License
-
Repository
-
Last release
6 years ago

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.

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago