dafizilla / firefox-table2clipboard

If you want to paste data in Microsoft Excel on OpenOffice Calc with correct disposition simply use Table2Clipboard
http://dafizilla.sourceforge.net/table2clip/
12 stars 6 forks source link

Support Firefox 60 or later #5

Closed shirosaki closed 5 years ago

shirosaki commented 5 years ago

I hope that this great extension stays alive. I've tried to fix this for Firefox 60 ESR. This mostly works fine. I don't test all features.

Change to WebExtension API addon and support Firefox 60. Add context menu event handlers in background.js. Change xul settings dialog to html. Change XPCOM function to JavaScript API. Use mousedown event to get popupNode. Change locales to browser.i18n. node.localName is deprecated. Use node.nodeName.

dafi commented 5 years ago

Your work is simple awesome, I'm very busy so at this time I can't test it and/or publish to AMO, feel free to publish yourself

shirosaki commented 5 years ago

Thank you for comments. I've fixed some missing features and published.