aslafy-z / chrome_libnotify_notificatons

Libnotify Notifications in Chrome

Home Page:http://askubuntu.com/questions/465727/activate-chrome-native-notifications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a clone of the code from the Chrome Store, I am not the original author.

Properly support libnotify notifications in Chrome.

This is an extension for Chrome in Linux. It won't do anything for Windows users.

This catches Chrome Webkit notifications from webpages and displays those notifications in native Libnotify (xfce4-notify, notify-osd, etc) popups instead.

This is rewrite of Linux Native Notification for Chrome, which is based on Chromify-OSD. Both of those solutions only work with selected libnotify servers. This aims to work with everything based on libnotify. A list of servers that should work is here

Also, the previous solutions are based on NPAPI, which is being phased out. This is a Native Messaging implementation, so you also need to install the "host" portion of this software, which is written in C. You can download that zip file here.

Installation

Extract it and run the install.sh. Hopefully this can be automated in the future.

TODO:

  • make it work with gmail :(

If you are interested, the code base is here:

https://drive.google.com/folderview?id=0BzOewlVTs_tpek54TDVNbFFxWlk&usp=sharing

Want a test?

Notifications API webkitnotifications API

This depends on libnotify, curl, and json-c

Run ./host/install.sh to install the host native function manifest file.

About

Libnotify Notifications in Chrome

http://askubuntu.com/questions/465727/activate-chrome-native-notifications


Languages

Language:C 48.3%Language:JavaScript 37.3%Language:Shell 13.3%Language:Makefile 1.1%