j-mcnally / ember-cli-chrome

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

Ember-cli-chrome

A toolkit for building ambitious chrome extensions

General Info

Adds a few helpers and a method to ensure your chrome extension is always sized to your ember app size after dom updates.

A manifest.json will automatically be generated, if you needer finer grain control, you can override the default by adding a manifest.json file under public/ the default icon paths are chrome-icon-lg.png and chrome-icon.png which can just be placed under public/

Installation

ember install ember-cli-chrome

Demo

TODO