j-mcnally / ember-cli-chrome

A small and growing toolkit to build chrome extensions with EmberJS
62 stars 12 forks source link

Embedding UI #16

Closed lcpriest closed 8 years ago

lcpriest commented 8 years ago

The current implementation uses the popup style of chrome extensions, is there any recommended way to inject an Ember app into a web page instead?

I'm working on implementing a sidebar that can be opened on any page.

lcpriest commented 8 years ago

@j-mcnally any tips?