tmplat-extension / tmplat

Browser extension that quickly and easily copies info on the current page using a simple and unique template system
https://tmplat.com
MIT License
53 stars 11 forks source link

Rich notifications #212

Closed neocotic closed 10 years ago

neocotic commented 10 years ago

Now using chrome.notifications API for desktop notifications.

It's worth noting that the Notification Duration option has been removed as a result as we're now offloading notification management entirely to the browser, which already automatically closes notifications after a time.

Finally, I bumped certain build dependencies since I was unable to update the documentation (only done since I removed notifiication.coffee).

This PR will fix #204.