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?
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?
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>
Previous: How to sort the two related tables of mongodb?
Next: How to accurately identify user equipment information on the browser side
as shown in the figure, the web page has btn, and clicking btn will open the corresponding extension a. How to implement Web page: a Thank you! problem description the environmental background of the problems and what methods you have tried r...
my project is built with official vue-cli, but there is a problem when I debug in the console, the console often flashes the tag, and it flashes back and forth, and every time it flashes, it empties the data. I don t know what it is all the time, but ...
is working on a chrome extension tool to grab web images and save them locally. Use the chrome.downloads.download this API, parameter to set as follows: chrome.downloads.download({ url: url, url filename: dir, + saveAs: false,...