How to use Google Chrome Thumbnails preview service?

笑着哭i 提交于 2019-12-04 05:28:55

问题


anyone know how to use google chrome service to generate web site thumbnails? (Most viewed site on new tab).
Any idea to do a similar thing?

These:

Browsing chrome source code I was not able to find anything interesting... and you?

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


回答1:


I think it was: chrome://thumb/{url} but i'm not sure...

Revised:

It's chrome://thumb/http://www.{url}/

Also, I found some information here http://code.google.com/...

Sorry for my English




回答2:


Technically, you could use html2canvas http://html2canvas.hertzen.com/documentation.html. It's a little buggy, and usually requires a proxy for cross-domain stuff, but if you are implementing it in a Chrome extension, you have more levity when it comes to cross-site XHR.



来源:https://stackoverflow.com/questions/8288753/how-to-use-google-chrome-thumbnails-preview-service

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!