I have a very simple toolstrip, the text of which is being generated by an external application (a music player).
I'd like to get Chrome to automatically refresh the toolstrip on a scheduled basis (say, every 3 seconds or so). I've tried "<META HTTP-EQUIV="Refresh" CONTENT="3">", sticking "window.location.reload()" in body.onload, etc.
All of this works when I open the toolstrip.html up as a regular html document, but it never reloads as an extension (I can reload it manually, but that kind of defeats the purpose). Any tips on how I can make this work? I'd be willing to have the application write to a plain text or XML file which the extension can read, as long as it updates itself.
Thanks!


LinkBack URL
About LinkBacks



Reply With Quote