henszey / etcd-browser

A quick and easy way to view/edit basic keys in etcd.
http://henszey.github.io/etcd-browser/
MIT License
672 stars 232 forks source link

making packageable as chrome extension #5

Closed captncraig closed 7 years ago

captncraig commented 9 years ago

I added a manifest.json so the entire directory can be made into a chrome app. This makes it a bit easier to use for me, as it doesn't require a local web server, and can still talk to our internal network etcd cluster.

It could be submitted to the chrome store, or the readme could be updated to tell people how to load an unpacked extension. Chrome store could possibly give the easiest experience, but I would rather let the original author upload it if you are interested.

I also had to put jquery/angular in a lib folder. I think there is a way to load them from cdn, but I gave up and copied them down.

Review on Reviewable

captncraig commented 9 years ago

I give up trying to make it a packaged app because I couldn't get storage working. This can be loaded manually, but cannot be submitted to the chrome store because it is a legacy packaged app. Updated readme with instructions.