4

I'm trying to build a theme extension for Google Chrome that will regularly update the background image using a remote image source (i.e. images are stored on a web server, not locally). The problem is that themes are not allowed to contain scripting elements. Any suggestions how to work around this restriction?

Pacerier
  • 86,231
  • 106
  • 366
  • 634
dpq
  • 9,028
  • 10
  • 49
  • 69

1 Answers1

2

If by background image you mean the background of the New Tab page, you can replace it with an html page (using an extension, not a theme, that is): http://code.google.com/chrome/extensions/override.html.

Håvard
  • 9,900
  • 1
  • 41
  • 46