Elad Nava

Results 95 comments of Elad Nava

Hi @Zuldra, Thanks for reporting this issue. It appears that this is a bug in the implementation of Chrome Packaged Apps by the Chrome development team. Calling `chrome.app.window.create()` should add...

I believe #25 (hosted app migration) will resolve this but it is pending Chrome Dev to implement.

Possible workaround: https://github.com/eladnava/applicationize/issues/25#issuecomment-250857260

Hi @mikekolganov, Great suggestion, can you please create a new issue though? This is a feature request and not really related to the current issue. Thanks!

Desktop notifications can now be enabled in Advanced Options of www.applicationize.me/now but they still do not focus the app window for some reason.

Hi @jossef, This is a great idea but will be slightly nontrivial to achieve. The extension would need to request the additional pages via XHR and extract the results from...

Cool, looking forward to your PR! 👍

Sure @Amazingsteve , I would implement it like this: 1) In [content.js#L13](https://github.com/eladnava/ebay-popularity-sort/blob/3234c01404c9b072edbc316d73ac34e206a8faf1/assets/js/content.js#L13), the script should extract the links to the subsequent search result pages at the bottom of the page...

@Amazingsteve Do you mean to ask if I could complete the necessary changes?