Google Chrome Extensions - Online Packaging
        Posted  
        
            by Amar Ravikumar
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Amar Ravikumar
        
        
        
        Published on 2010-02-15T12:15:14Z
        Indexed on 
            2010/05/15
            9:14 UTC
        
        
        Read the original article
        Hit count: 441
        
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.
© Stack Overflow or respective owner