Data is synced from the Chrome Web Store. View the official store page for the most current information.
Notiferator. Listens for messages and displays notifications.
Listens at a port on the local computer and displays and reads incoming messages. In addition listens to and sends Google Cloud Messaging notifications.
Useful for home automation information updates, monitoring changes on webcams, messages from different local devices, announcing telephone callers, ... All messages and images can be forwarded to other Notiferators.
Notiferator receives messages and images from the network by listening to a port on the computer.
Notiferator displays and optionally reads message notifications on the local computer.
Notiferator forwards incoming messages to other connected Notiferator clients. Messages are sent via GCM (Google Cloud Messaging).
Stores incoming images in Google Drive in a dedicated synched extension folder. GCM messages are limited to 4 kbytes so the images cannot be sent via GCM.
Displays message log when launching the interface for a running Notiferator.
From shell scripts you can use e.g. nc (192.168.178.51 is the computer running Chrome in this case): echo "Call from Mike" | nc -i 1 -t -w 2 192.168.178.51 8888
How to send images is described in the help (?) of Notiferator.
Changelog: o v2.2.0: Added GCM messages reception and forwarding, image receptation and storing, display of message log o v2.1.0: Switched to chrome.sockets.tcpServer, updated interface, stability improvements, added option to select the text-to-speach language