Chrome: Overwrite existing window + bump to jquery 2 and chrome manifest v2#17
Chrome: Overwrite existing window + bump to jquery 2 and chrome manifest v2#17bhrt wants to merge 3 commits intoConnorhd:masterfrom
Conversation
|
Hi, @bhrt . I think the original dev has left this project. I was looking at his license and you can take ownership of it and publish your version to the chrome web store. I could take ownership too, but I am not experienced with all the technologies in this project. |
|
I think he did. Well, i'm not taking ownership of this repo due to exactly the same issues ;) |
|
Hey, thanks for the contributions, I would love to work more on this project but I simply don't have time right now. If anyone wants to fork and release alternative versions of the chrome extension that is totally fine with me. |
|
Do you think you could transfer ownership of the extension on the chrome On Tue, Mar 15, 2016, 6:29 PM Connor Dunn notifications@github.com wrote:
|
|
No, you're welcome to publish your own version in the store though |
|
@bhrt small gradual changes would save you from having to write "sorry for the long PR" ;) |
|
Sorry for the long PR. :) |
Hi,
First of all thanks for your work. The plugin is great!
I changed the chrome version a bit.
The main minor problem of Your plugin was that i couldn't keep my saved windows organised. Every saved window was a new entry so in time there was many different copies of the same window.
I added Overwrite saved window feature.
It works like this.
If You have saved window with specific name, and you want to save new window with the same name (perhaps with different tabs opened). After you click on save button, plugin will ask you if you want to overwrite existing entry.
If you confirm, old entry is removed, and new one is saved with the old name.
It works good for me, so if You want to pull this feature feel free to do that.
I had to upgrade plugin manifest to version: 2 that's why i had to put all js code in external files.
I also bumped up versions of:
jquary to v2
jquaryui to newest.
PS. I know the code is hard to follow, due to huge changes. And i know that this could be done better, but that is what suits me, and i have no more time to spare ;)
Regards,
bhrt