I tried the chrome.bookmarks.update api in different ways about
30~40time, every time it crashes. It's supposed to be like:

chrome.bookmarks.update(id,{title:'xxx'},function(){});

but this won't work, and any of these won't work either:

chrome.bookmarks.update(id,{title:'xxx'});
chrome.bookmarks.update('1',{});
chrome.bookmarks.update('1');

Is there anything wrong with the extension system or it's my bad?

Thanks,
Bei

--

You received this message because you are subscribed to the Google Groups 
"Chromium-extensions" group.
To post to this group, send email to chromium-extensi...@googlegroups.com.
To unsubscribe from this group, send email to 
chromium-extensions+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/chromium-extensions?hl=en.


Reply via email to