HumbleNewTabPage icon indicating copy to clipboard operation
HumbleNewTabPage copied to clipboard

Allow loading of image from file dynamically.

Open chris-erickson opened this issue 12 years ago • 5 comments
trafficstars

I use http://brettterpstra.com/2011/09/05/geeklets-weather-and-forecast/ which replaces an image on my filesystem periodically to correlate with the forecast. It would be ideal to use this as my new tab image. The current behavior is to cache the image (it never changes).

chris-erickson avatar Nov 15 '13 22:11 chris-erickson

I was planning to change this anyway because the current caching (using local storage) is limited in size and is slower than reading from the file system.

ibillingsley avatar Nov 15 '13 22:11 ibillingsley

Excellent. Love this.

chris-erickson avatar Nov 15 '13 22:11 chris-erickson

Any progress in this front? I think it still caches both the local files and the URLs.

bezirg avatar Aug 22 '18 11:08 bezirg

The browser does not really have access to the file system. It would sort of be possible in Chrome, but the file will have to be located somewhere like "C:\Users\user\AppData\Local\Google\Chrome\User Data\Default\File System\123\p\00\00000000" (the first number at least will be different on every system). You would have to first select a local image in the extension, then find out where it saved the copy to in order to replace it.

ibillingsley avatar Aug 22 '18 18:08 ibillingsley