I have created my first chrome extension and i have two folders, use one of them in the development process and one as a working version, now i have added some features to the version i am using in the development process and need to transfer these features to the working one, so i wonder if i can use the update button in the browser developer mode to make my working version receive the latest updates.
I need to do that because i don't want to lose my extension data since it is relatively big.
So how can i achieve that?