freaktechnik / advanced-github-notifier

A Firefox extension, that not only shows a count of notifications, but also shows notification popups and has a popup that gives direct access to the notifications.
https://addons.mozilla.org/addon/advanced-github-notifier/?utm_source=github&utm_content=about
Mozilla Public License 2.0
79 stars 5 forks source link

Chrome/Opera version #49

Open tunnckoCore opened 6 years ago

tunnckoCore commented 6 years ago

Heya! This extension looks awesome! But is there any plans for releasing it for Chrome/Opera?

freaktechnik commented 6 years ago

Currently not. I'd have to rewrite styles from scratch and at least look into using the polyfill for the promise based APIs.

tunnckoCore commented 6 years ago

at least look into using the polyfill for the promise based APIs.

not needed. It has Promise support for long time i believe, so it not make sense and is not a problem.

freaktechnik commented 6 years ago

I am using promise based extension APIs that chrome does not have, but there is a polyfill for that.