Currently, I'm in the process of creating a chrome extension that will allow me to capture screenshots or logos of websites by simply providing their link. This feature is often seen when opening a new tab. To accomplish this task, I am utilizing json, javascript, css, and html.
Below are examples of what I am referring to: (https://i.sstatic.net/upxrr.png) (https://i.sstatic.net/KKMpb.png)
I have attempted to search for information within the Chrome API Documentation, but unfortunately, could not find anything relevant. Additionally, my attempts at using iFrames were unsuccessful as they proved to be inadequate and did not scale well on smaller displays.