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:
enter image description here

Browsing the chrome source code I couldn't find anything interesting ... and you?

SOURCE HERE : http://src.chromium.org/viewvc/chrome/trunk/

+1


source to share


2 answers


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

+3


source


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.



0


source







All Articles