I would like to create a simple add-on that would play a different MP3 recording every time the user double clicks a word in a webpage he is visiting and selects a special o
var window = require('sdk/window/utils').getMostRecentBrowserWindow(); var audio = ('http://example.com/audio.mp3'); audio.play();