cloudsave icon indicating copy to clipboard operation
cloudsave copied to clipboard

Stop Working after update chrome to Version 28.0.1500.20 m

Open ritonkhan opened this issue 11 years ago • 2 comments

hello, Cloud Save ext stop working after update chrome to Version 28.0.1500.20 m.

Remove, delete ext folder, and reinstall did not work,

Can you please help.

thanks

ritonkhan avatar May 28 '13 03:05 ritonkhan

Chrome api changed and error occured:

Error in event handler for contextMenus: TypeError: Object #<NotificationCenter> has no method 'createHTMLNotification'

slonm avatar Mar 04 '14 18:03 slonm

So one day before my exam I did a little reserach and tried to figure out how JavaScript works and 6 hours later I managed to fix this project. I even published it to the Web Store! https://chrome.google.com/webstore/detail/cloud-save/ehjiibljljecbmgpgdlkejiaadppplkp

I just used chrome.webkitnotification instead of HTMLNotification.

Since I am... well this is my first javascript experience, maybe it is not the best solution - but hey! It works now!

Hope you enjoy!

Mahnas92 avatar Mar 09 '14 15:03 Mahnas92