Google Chrome Extensions - Online Packaging
- by Amar Ravikumar
I am coding something like an online PHP editor. So, now I have this option to port the web applications created using the editor as Chrome extensions (popup). It works okay save the fact that the files created need to be downloaded, packaged (using Chrome or cmd) and re-uploaded. I do have this provision but I find it annoying myself to go through this routine everytime I need to make an update to my application.
So, I just want to know if there is some way we can package Chrome extensions from the web itself?
Edit: I know this can be done using Ruby or even Python. Want to know if the same can be done in PHP. I tried in vain.