B
B
bow2015-01-22 17:30:15
JavaScript
bow, 2015-01-22 17:30:15

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

2 answer(s)
D
Damir Makhmutov, 2015-01-22
@bow

Here,
namely:

chrome.bookmarks.getChildren('0', function (result) { console.log(result); });

S
SagePtr, 2015-01-22
@SagePtr

https://developer.chrome.com/extensions/bookmarks

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question