I have created a series of bookmarklets that adds text to speech functionality to Google Chrome. You can select a block of text within Chrome and speak it aloud or convert it to an MP3 file and send it to your iPod or MP3 player for listening offline.
The way it works is the javascript code sends requests, including the text from the current page to my desktop application, Text2Go, which also needs to be running. Text2Go receives the requests (it has a very simple web browser built in) and either speaks the text aloud or creates an MP3 file.
The bookmarklets are available here.
I'd be very interested in any feedback you may have.
The technique can be used for other situations where you want to send information from the browser to a desktop application. Note that all communication is one-way, from the browser to the desktop application.
If anyone's interested, I'll write up an article describing all the ins and outs of the technique used.


LinkBack URL
About LinkBacks



Reply With Quote


