Answer the question
In order to leave comments, you need to log in
How to read the contents of the Chrome bookmarks bar via Javascript?
I need to display on the page (Chrome extensions) a list of sites saved in the bookmarks bar.
Can you please tell me how can I access the Crhome bookmarks bar via Javascript or HTML.
Answer the question
In order to leave comments, you need to log in
Here,
namely:
chrome.bookmarks.getChildren('0', function (result) { console.log(result); });
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question