Are there any add-ons that will cause a browser to automatically refresh a page when a particular file changes on disk?

link|improve this question

79% accept rate
can you give any more details on what you're trying to do exactly? – Andy Jun 4 '10 at 19:49
@Andy Sure, I have some unit tests that display their results as an HTML page, and my browser displays them. I want the page to automatically refresh when regenerate the html page that displays the results of the test. – leeand00 Jun 4 '10 at 21:40
feedback

2 Answers

up vote 1 down vote accepted

I personally use a plugin-for-a-plugin to do this. In particular this auto-reload plugin which works with the Vimperator plugin for Firefox.

There's also this plugin directly for Firefox, but I've never tried it personally.

link|improve this answer
Sweet! I'll have to give that a try. I use Vim but I haven't really gotten used to Vimperator for Mozilla, maybe I'll have to do that. – leeand00 Sep 15 '10 at 14:43
feedback

As far as I know there are no extensions/functionalities in Chrome to do exactly what you want. But there are options to reload the file with set intervals.

For example ChromeReload or Auto-Reloader are 2 good examples of such extensions. You can configure the interval to your liking in both.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.