How does Chrome generate thumb views of URLs?
问题 How does Chrome browser capture a thumbnail image of most visited URLs and show me over a blank page under Most visited?? I am interested in knowing how I would implement it using for my website or an extension.. to take take screenshot. Lalith 回答1: If you want to write an extension that captures a screenshot of a current site then there is chrome.tabs.captureVisibleTab() method. 回答2: I can only tell you how would I implement it. Once you would go to a site, I will add 1 to a counter if how