Xahi4475 Posted July 31, 2014 Report Share Posted July 31, 2014 Hello! Is it possible to make navigational sound extension for Maxthon like this Firefox add on? https://addons.mozilla.org/ja/firefox/addon/navigational-sounds/ or Chrome add on https://chrome.google.com/webstore/detail/sound-on-click/ejchjkneplcffgcopialnjofdhhggjik?hl=en Also Opera in early versions had similar feature. Following link with selected sound (I selcted Start sound the same as IE navigational sound). I'm missing only this feature on Maxthon (also Cookie Management). Thank you! Link to comment Share on other sites More sharing options...
SWFlash0 Posted August 10, 2014 Report Share Posted August 10, 2014 Maxthon extension SDK supports some events like navigation, page load, tab switch. Combined with an tag somewhere it could make sounds Link to comment Share on other sites More sharing options...
Xahi4475 Posted August 10, 2014 Author Report Share Posted August 10, 2014 SWFlash0, thanks for reply. I hope extension developers read this. Link to comment Share on other sites More sharing options...
A.S. Posted August 10, 2014 Report Share Posted August 10, 2014 Maybe I'll try port extension from Chrome in the future. It is not so difficult. Link to comment Share on other sites More sharing options...
joemax Posted August 10, 2014 Report Share Posted August 10, 2014 Navigational sounds are available but only in retro mode at present. Link to comment Share on other sites More sharing options...
SWFlash0 Posted August 11, 2014 Report Share Posted August 11, 2014 I tried making this extension today, but ran into a problem:sound=document.getElementById('sound') runtime=external.mxGetRuntime() function browserEvent(object){ if(object.type=='ON_NAVIGATE'){ sound.pause() sound.currentTime=0 sound.play() } console.log(object) } runtime.onBrowserEvent=browserEventWhen I try to navigate a page, nothing happens. The "console.log" doesn't fire either even if I close a tab, can somebody point me in the right direction? Link to comment Share on other sites More sharing options...
Xahi4475 Posted August 12, 2014 Author Report Share Posted August 12, 2014 Thanks for replies. We are so close, keep it up. :) I know it works on retro mode but unfortunately I have Internet Explorer 8 and it's slow. If I had version 10 or 11 I'd use retro mode in regular basis. In near future I will change my OS but now my wish is Navigational Sound and it's possible I believe. Link to comment Share on other sites More sharing options...
SWFlash0 Posted August 12, 2014 Report Share Posted August 12, 2014 The extension is done, you can grab it here: http://extension.maxthon.com/detail/index.php?view_id=2574 If it's still pending for approval, here's a mirror Link to comment Share on other sites More sharing options...
Xahi4475 Posted August 12, 2014 Author Report Share Posted August 12, 2014 Thank you, thank you very much, SWFlash0, now Maxthon is perfect! :D Edit: I still can't believe it, Maxthon with sound ohohoho. Link to comment Share on other sites More sharing options...
-ody- Posted August 14, 2014 Report Share Posted August 14, 2014 SWFlash0 replied at 2014-8-12 14:41 The extension is done, you can grab it here: http://extension.maxthon.com/detail/index.php?view_id=2 ... very nice, thank you !! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.