I have been trying get all the bookmarked urls in chorme to the extension i am making. But till now i have only managed to get the tree, and its a very lengthy task to check where all the folders are and getting urls from them. Is there any method using which i can get all the end nodes (which would be urls) all together? I am using mootools framework.
|
feedback
|
|
This is how I would approach it:
This function iterates over a bookmark node ad infinitum
This will get the bookmarks and retrieve the URLs into 'list'.
On a side note, | ||||
|
feedback
|