Can the chrome bookmark management plug-in get the bookmark icon?

recently wrote a bookmark management plug-in for chrome, but all the bookmarks obtained are without icons, so they don"t look good. So I would like to ask what method can be used to get the icon of the bookmark?

Mar.12,2021

of course, otherwise how can the bookmark function that comes with the browser be realized? You should need to read the html document and get the icon picture in < head > < / head > . For example, segmentFault's icon is located in:

<head>
<link rel="shortcut icon" href="https://static.segmentfault.com/v5afd6393/global/img/favicon.ico">
</head>
Menu