「chrome.bookmarks.search」でフォルダーのブックマークを検索しようとしましたが、何も見つかりませんでした。
chrome.bookmarks.search('My folder', function(children) {
children.forEach(function(child) {
console.log(child)
$('#grid').append(child.title);
});
このコードがフォルダーではなくブックマークのみを検索する理由。