I have read google's developer chrome.bookmarks doc and googled it, still can't find a way to access chrome.bookmarks
in Chrome Console.
But I do can access chrome
in Chrome Console
console.log(chrome) //run this in Chrome Console
// Object {app: Object, webstore: Object, runtime: Object, loadTimes: function, csi: function}
But try access chrome.bookmarks
the same way, returned print undefined
console.log(chrome.bookmarks)
any suggestion?