How to use Google Chrome Thumbnails Preview Service?
Does anyone know how to use google chrome service to generate website thumbnails ? (Most popular site in a new tab).
Any idea to do a similar thing?
It:
Browsing the chrome source code I couldn't find anything interesting ... and you?
SOURCE HERE : http://src.chromium.org/viewvc/chrome/trunk/
source to share
I think it was: chrome://thumb/{url}
but I'm not sure ...
Corrected version:
it chrome://thumb/http://www.{url}/
Also, I found some information here http: //code.google.com / ...
sorry for my English
source to share
Technically, you can use html2canvas http://html2canvas.hertzen.com/documentation.html . This is a bit wrong and usually requires a proxy for cross-domain content, but if you embed it in a Chrome extension, you have more options when it comes to cross-site XHR.
source to share